salsita / spicy-hooks

7 stars 0 forks source link

Make the `concurrent*` operators unsubscribe from source #37

Closed goce-cz closed 3 years ago

goce-cz commented 3 years ago

None of the concurrent* operators unsubscribed from the source when unsubscribed from. This was a critical bug.

Tests were added to each operator to prevent regression.

Resolves #35