We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8756e9 commit 2a6cbceCopy full SHA for 2a6cbce
1 file changed
src/CatM1ConnectionHandler.cpp
@@ -123,6 +123,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnecting()
123
124
NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnected()
125
{
126
+ GSM.end();
127
if (_keep_alive)
128
129
return NetworkConnectionState::INIT;
0 commit comments