Skip to content

Commit 2a6cbce

Browse files
committed
catM1: reset internal state machine
1 parent f8756e9 commit 2a6cbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CatM1ConnectionHandler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnecting()
123123

124124
NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnected()
125125
{
126+
GSM.end();
126127
if (_keep_alive)
127128
{
128129
return NetworkConnectionState::INIT;

0 commit comments

Comments
 (0)