You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CTelegramDispatcher::whenConnectionStatusChanged doesn't seem to do anything when disconnecting happens and reason is not ConnectionStatusReasonTimeout.
I had this in my log:
void CTelegramDispatcher::whenConnectionStatusChanged(int, int, quint32) status 0 reason 0 dc 2
After that Morse was still "online" but did not receive any messages. Switching Morse to offline and back online got the messages flowing again.
The text was updated successfully, but these errors were encountered:
CTelegramDispatcher::whenConnectionStatusChanged doesn't seem to do anything when disconnecting happens and reason is not ConnectionStatusReasonTimeout.
I had this in my log:
After that Morse was still "online" but did not receive any messages. Switching Morse to offline and back online got the messages flowing again.
The text was updated successfully, but these errors were encountered: