Store/multicast
Yigit Boyar 8819cedc2a Properly implement multicast closing (#48)
* Properly implement multicast closing

This PR defines the behavior of Multicast Flow.
Previously, it could crash if new observers are added to the
multicaster or if it is closed while there is an active
collector. Now, both of these operations complete without
an error. Collecting on a closed multicaster receives 0
values and closes immediately.

Fixes: #45
Test: ChannelManagerTest, MulticastTest

* remove empty line to fix lint error

* improve tests
2020-01-02 13:29:53 -05:00
..
src Properly implement multicast closing (#48) 2020-01-02 13:29:53 -05:00
build.gradle Misc improvements and cleanups (#47) 2019-12-26 13:21:52 -05:00
gradle.properties Update maven coordinates for Store 4 2019-12-09 11:39:20 -08:00