You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite closing the subscription to the message stream. Underhood the stream is not closed.
You can observe that the stream inside MessageObserveUsecase::listen is never closed. Every opening new MessageLiveCollection stream causes a new stream in MessageObserveUsecase::listen. This is a serious bug that causes memory leaks.
The text was updated successfully, but these errors were encountered:
Despite closing the subscription to the message stream. Underhood the stream is not closed.
You can observe that the stream inside MessageObserveUsecase::listen is never closed. Every opening new MessageLiveCollection stream causes a new stream in MessageObserveUsecase::listen. This is a serious bug that causes memory leaks.
The text was updated successfully, but these errors were encountered: