moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.32k stars 818 forks source link

Fixed ExpirationService not shutting down Executor #835

Closed hylkevds closed 7 months ago

hylkevds commented 7 months ago

When shutting down the server the Executor Threads in ScheduledExpirationService instances were not terminated, resulting in a hanging server that would not shut down.

andsel commented 7 months ago

Thank's @hylkevds for fixing it!