mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
c145589f25
The server delayed closing of connections for 3s when stopping. This was supposed to allow for slow handlers, but it didn't really work. When geth quits, it will just exit immediately after quitting the server. Removing the timer makes testing easier because all connections will be closed after Stop returns.