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
Minimal yet complete reproducer code (or URL to code) or complete log file
io.moquette.broker.SessionCorruptedException: Session has already changed state: Session{clientId='xxx', clean=true, status=CONNECTING, inflightSlots=10}
at io.moquette.broker.SessionRegistry.purgeSessionState(SessionRegistry.java:415)
at io.moquette.broker.SessionRegistry.connectionClosed(SessionRegistry.java:403)
at io.moquette.broker.MQTTConnection$1.operationComplete(MQTTConnection.java:321)
Moquette MQTT version
0.17
JVM version (e.g. java -version)
1.8
OS version (e.g. uname -a)
mac & linux
The text was updated successfully, but these errors were encountered:
Expected behavior
no exception
Actual behavior
throw io.moquette.broker.SessionCorruptedException
Steps to reproduce
Minimal yet complete reproducer code (or URL to code) or complete log file
io.moquette.broker.SessionCorruptedException: Session has already changed state: Session{clientId='xxx', clean=true, status=CONNECTING, inflightSlots=10}
at io.moquette.broker.SessionRegistry.purgeSessionState(SessionRegistry.java:415)
at io.moquette.broker.SessionRegistry.connectionClosed(SessionRegistry.java:403)
at io.moquette.broker.MQTTConnection$1.operationComplete(MQTTConnection.java:321)
Moquette MQTT version
0.17
JVM version (e.g.
java -version
)1.8
OS version (e.g.
uname -a
)mac & linux
The text was updated successfully, but these errors were encountered: