cmd/utils, rpc/comms: stop XEth when IPC connection ends
There are a bunch of changes required to make this work: - in miner: allow unregistering agents, fix RemoteAgent.Stop - in eth/filters: make FilterSystem.Stop not crash - in rpc/comms: move listen loop to platform-independent code Fixes #1930. I ran the shell loop there for a few minutes and didn't see any changes in the memory profile.
Showing
- cmd/utils/flags.go 4 additions, 7 deletionscmd/utils/flags.go
- eth/filters/filter_system.go 35 additions, 53 deletionseth/filters/filter_system.go
- miner/miner.go 5 additions, 2 deletionsminer/miner.go
- miner/remote_agent.go 10 additions, 5 deletionsminer/remote_agent.go
- miner/worker.go 17 additions, 13 deletionsminer/worker.go
- rpc/comms/ipc.go 41 additions, 2 deletionsrpc/comms/ipc.go
- rpc/comms/ipc_unix.go 5 additions, 35 deletionsrpc/comms/ipc_unix.go
- rpc/comms/ipc_windows.go 3 additions, 33 deletionsrpc/comms/ipc_windows.go
- xeth/xeth.go 7 additions, 7 deletionsxeth/xeth.go
Loading
Please register or sign in to comment