We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a82db0 commit 9001ef1Copy full SHA for 9001ef1
src/CatM1ConnectionHandler.cpp
@@ -91,6 +91,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnecting()
91
92
NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnected()
93
{
94
+ GSM.end();
95
if (_keep_alive)
96
97
return NetworkConnectionState::INIT;
0 commit comments