Rukshan J. Senanayaka

Results 29 comments of Rukshan J. Senanayaka

> I can confirm that using the 2.0.0 pre release version fixed my problem when using "socket.io": "4.5.1", HI, can you please confirm whether when internet connection is turned off...

> Is this library still maintained? > > I see many of the releases are many months ago. Still no support for V4 unless you use the Beta [2.0.0-beta.4-nullsafety.0](https://pub.dev/packages/socket_io_client/versions/2.0.0-beta.4-nullsafety.0) >...

Yes the main functionality is working but sometimes for example when internet reconnects, the socket connection does not kick in again (works on android emulator not on a physical device...

> I find that if you call disconnect, destroy or dispose it never works again, instead we just do this > > `_socket?.clearListeners();` > > Then remake it. Just wanted...

> @RukshanJS we're using it on many phyiscal devices, Android, iOS, MacOS Apps, Windows Apps, Web (lots of browses) and it reconnects just fine, perhaps it's a serverside issue? 😃...

> @RukshanJS I had issues with some of the socket packages that were a bridge to socket-io. I was using a Apollo GraphQL, scrapped their built in adaptor and used...

@ollydixon My socket reconnection issue is now fixed. I did some code cleaning on Flutter client and that must've fixed some listeners or instances of the socket (have to check...

> @RukshanJS if possible, can you please share the sample code which is working for you?? Hi, really sorry couldn't get back to you earlier. I have hosted the full...

> I have the same issue. Once disconnected I cannot reconnect anymore Same here. Works as expected **only** on **emulator** (tested on android emulator). On a **physical device**, `SocketException` is...

I also face same problem. Also, I think #524 is related with this.