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
{{ message }}
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
Send a message (wait for it to timeout in case it does)
Reconnect the internet
The message are sent across (can be verified on RC server), but they are not received by the stream (the text remains grey)
Even on sending subsequent messages, they are sent through, but their text remains grey.
Expected behavior
The message turns black when the internet reconnects.
Logs
Additional Context
connectJob in the ConnectionManager receives the disconnect status when the internet is disconnected, so state in it is disconnected
Now when the internet connects again, it doesn't receive any status change, and remains in disconnected state
On going out of the room and coming back in, it resets the connection manager (call to launch), so everything starts working.
During the state of point 5 (message are being sent, not received by the stream), the connectJob is active.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Expected behavior
The message turns black when the internet reconnects.
Logs
Additional Context
connectJob in the ConnectionManager receives the disconnect status when the internet is disconnected, so state in it is disconnected
Now when the internet connects again, it doesn't receive any status change, and remains in disconnected state
On going out of the room and coming back in, it resets the connection manager (call to launch), so everything starts working.
During the state of point 5 (message are being sent, not received by the stream), the connectJob is active.
The text was updated successfully, but these errors were encountered: