go-ethereum/event
Jeffrey Wilcke 7e5c49cafa [release/1.4.4] event: fixed subscribtions to stopped event mux
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.

(cherry picked from commit 7c1f74713e)
2016-05-12 20:53:31 +02:00
..
filter event/filter: fix data race in the test 2015-11-05 16:55:53 +02:00
event.go [release/1.4.4] event: fixed subscribtions to stopped event mux 2016-05-12 20:53:31 +02:00
event_test.go [release/1.4.4] event: fixed subscribtions to stopped event mux 2016-05-12 20:53:31 +02:00
example_test.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00