socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client

Results 158 socket.io-client-dart issues
Sort by recently updated
recently updated
newest added

When I turn off and then turn on wifi again, the socket is auto reconnect but the reconnecting event is not triggered. Can anyone fix this issue?

Hello, I have a nodejs backend and try connecting with flutter web but on connection I got error: ``` {msg: websocket error, desc: null, type: TransportError} ``` But in android...

The 'on' event is getting triggered multiple times i.e. : 5. For a single message when sent from the admin server. (Receiver - app). Dart : socket_io_client: ^2.0.0-beta.4-nullsafety.0 Node J's...

I want to check if event already exists and add the event only if it is missing.... how to do it...?? I am using getx controller attached to the page...

Cant we use `socket_io_client` outside of `main()` function?? In the documentation of this package, the examples used there, the socket functionality are in main function, or told to be used...

I have the problem that I can't change the headers in Flutter Web with the Flutter Map update function. MacOS, iOS & Android works. ``` Socket socket = io( const...

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) If it's not maintained...

question

Hi, on server i used `socket.io-msgpack-parser`, how can i parse data on client side? I know we haven't support of custom parser now, could you provide any ideas how can...

enhancement

HERE IS MY FLUTTER DOCTOR : [✓] Flutter (Channel stable, 3.0.1, on macOS 11.6 20G165 darwin-x64, localeen-GB) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓]...

flutter-related