VolantMQ / volantmq

High-Performance MQTT Server
Apache License 2.0
981 stars 169 forks source link

subscriber is leaking if session has expiry #173

Closed troian closed 4 years ago

troian commented 4 years ago

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.