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
The expiry timer does not shut down the subscriber when the session expiry occurs.
If such leaked subscriber has active subscriptions it keeps persisting messages when clean session arrives.
The text was updated successfully, but these errors were encountered:
Shutdown subscriber when session expire fired.
Prevents subscriber from leaking.
Refactor message publish and ACL
Signed-off-by: Artur Troian <[email protected]>
fix: SignalDisconnect before SignalOffline
Handles case when Disconnect from client provides SessionExpiryInterval
fix: tag name for RetainAvailable parameter
fix: send the username to ACL on publish
refactor: check for topic alias when the packet arrived
prevent double-checking for ACL
refactor: decrement children count on node delete
refactor: set publish stub before unsubscribing
fix: fix to #173
Shutdown subscriber when the session expire fired.
Prevents subscriber from leaking.
refactor: incoming PUBLISH messages
handle flow control as per spec
fix: return of granted QoS
refactor: send disconnect from connection close stage 2 only
refactor: clone PUBLISH packet before sending from a topic manager
The expiry timer does not shut down the subscriber when the session expiry occurs.
If such leaked subscriber has active subscriptions it keeps persisting messages when clean session arrives.
The text was updated successfully, but these errors were encountered: