Closed
Description
Description
Subscription.messages
stream is not closed on Subscription.unsubscribe
and leads to leaking messages.
Steps to reproduce:
- Subscribe to some channel
a
. - Add a listener to
subscription.messages
stream. - Unsubscribe using
subscription.unsubscribe()
. - Create new subscription to the same channel
a
.