mostjs / multicast

Efficient source sharing of an underlying stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulticastDisposable should defend against race conditions

briancavalier opened this issue · comments

See cujojs/most#247

There is a race when combining multiple streams derived from a single, multicasted stream. MulticastDisposable should defend itself, allowing disposal to happen only once.

That was quick fix. Thanks!