mirror of https://github.com/ethereum/go-ethereum
This fixes an issue where the following would lead to a panic due to a channel being closed twice: * Start mux * Stop mux * Sub to mux * Unsub This is fixed by setting the subscriptions status to closed resulting in the Unsubscribe to ignore the request when called.pull/2563/head
parent
a5ff487889
commit
7c1f74713e
Loading…
Reference in new issue