We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b800fbb commit af6f8afCopy full SHA for af6f8af
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