quorum/event
Jeffrey Wilcke 7c1f74713e 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.
2016-05-12 20:38:09 +02:00
..
filter event/filter: fix data race in the test 2015-11-05 16:55:53 +02:00
event.go event: fixed subscribtions to stopped event mux 2016-05-12 20:38:09 +02:00
event_test.go event: fixed subscribtions to stopped event mux 2016-05-12 20:38:09 +02:00
example_test.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00