moquette-io / moquette

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

Moved session calls to the session-queue #725

Closed hylkevds closed 1 year ago

hylkevds commented 1 year ago

There were some non-queue related threading issues that popped up during testing of the Unsafe Queues. Some Session actions were not put on the command queue.