8819cedc2a
* 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 |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
gradle.properties |