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
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
After unsubscribing a topic, subsequent messages are stored offline and will reach the client after they reconnect. However if you restart mosca after unsubscribe, that won't happen.
My previous fix of persistingClient after unsubscribe should have also contained updating internal in memory _subMatcher in redis persistence so that messages don't get stored as offline. [see https://github.com/mcollina/mosca/blob/master/lib/persistence/redis.js#L329]
I'm going to create a PR to fix this.
The text was updated successfully, but these errors were encountered:
After unsubscribing a topic, subsequent messages are stored offline and will reach the client after they reconnect. However if you restart mosca after unsubscribe, that won't happen.
My previous fix of persistingClient after unsubscribe should have also contained updating internal in memory
_subMatcher
in redis persistence so that messages don't get stored as offline. [see https://github.com/mcollina/mosca/blob/master/lib/persistence/redis.js#L329]I'm going to create a PR to fix this.
The text was updated successfully, but these errors were encountered: