fix: don't try and reconnect after failed SendText as the reconnect timer will already be running

This commit is contained in:
Nick Genovese
2022-10-17 14:03:51 -04:00
parent c75beda581
commit e33b226c6e

View File

@@ -193,7 +193,6 @@ namespace PepperDash.Core
else
{
Debug.Console(1, this, "SendText() called but not connected");
Disconnect(SocketStatus.SOCKET_STATUS_NO_CONNECT);
}
}
@@ -214,7 +213,6 @@ namespace PepperDash.Core
else
{
Debug.Console(1, this, "SendText() called but not connected");
Disconnect(SocketStatus.SOCKET_STATUS_NO_CONNECT);
}
}