socket.io-client-dart
socket.io-client-dart copied to clipboard
socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
everytime when I try to connect with server with socket.io. The socket.io will show the disconnect status and error :Unhandled Exception: Converting object to an encodable object failed: Closure: (dynamic)...
**I'm using NodeJS/NestJS for server-side socket.io** And your lib for **client-side** ( Flutter ) So I first have tried the example code and completely just nothing!! So then I went...
Getting the error html_dart2js.dart:31744 WebSocket connection to 'ws://localhost:3000/socket.io/?EIO=3&transport=websocket' failed: Invalid frame header it seems that the issue is with EIO, as Nest.JS supports version 4, while this dart implication supports...
We've used socket_io_client: ^2.0.0-beta.4-nullsafety.0 to capture real time events, and FCM for push notifications. Real time events seem fine when we're using app normally, but when we enter the app...
is there any possibility of this library is miss configured and disconnects connection after 2 hours? I'm sorry i do not have any logs or debug information, but client keeps...
I getting the connection failed issue while using socket.io over https with ngnix proxy rewrite. Server: NodeJS. Version 10.1.0 Socket.io version on NodeJS: 2.1.0 Client: Flutter Web socket.io-client-dart version: ^0.9.12...
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'String' is not a subtype of type 'int'
I also had this problem. Is there a better way to run realtime to update the location? When shipper run and lock phone ios then socket auto disconnect.
I have an issue where on my mobile phone the socket sometimes doesn't give me separate frames from the stream of TCP messages. The problem doesn't happen on an Emulator...