Websocket reconnection not working.. #1080
-
I'm asking this question here rather than reporting a bug because I don't have time to setup a clean repro and don't want to litter the bug reports in case this isn't actually a bug. I just updated stream_chat_flutter to 3.6.0 from 3.2.0 and it seems the websocket connection is never re-established when I wake the phone up. Hoping someone can chime in with a simple fix.. everything was working fine prior to updating, I've used this library extensively over the last 16 months. Repro steps (Android Pixel 4):
Expected: Web socket reconnection succeeds
I looked through all the change notes from 3.2.0 to 3.6.0 and I couldn't find any breaking changes related to this. If I am letting the stream_chat_core library handle reconnections, I only call connect once when the app first starts. I'm following the calls: Hope someone can help, thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Downgrading to 3.5.1 fixed it. This does seem like a really bad bug in 3.6.0 as it completely prevents reconnection. |
Beta Was this translation helpful? Give feedback.
Downgrading to 3.5.1 fixed it. This does seem like a really bad bug in 3.6.0 as it completely prevents reconnection.