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

WebSocketException: Connection to 'https://URL/socket.io/?EIO=3&transport=websocket#' was not upgraded to websocket

Ho to connect to Socket.io server with uWebsocket ?

I'm currently using the latest versions of both socket.io-client-dart and socket.io server for node JS. Connections are established successfully, however events passed from the server to the client cannot be...

Hi there, I faced an issue. I can connect socket.io server and server can send me events too. Bu in iOS and android application I can not send any message...

I created the SocketService class. Inside it there is a method createSocketConnection(), which creates a connection and subscribes to events. The problem is that after Hot Restart the subscription is...

question

I am using the vanilla example on a flutter mobile app with android. I follow all instructions and I run a dart server with the example and paste the client...

question

Not able to do xhr polling when Handshake Connection is not established with Socket.io Server. Flutter client socket_io_client: ^2.0.2 Nodejs Server: "socket.io": "^4.1.2"

question

I have a production code that looks like that: ```dart final socket = io('/my-url')..connect(); socket.on('myEvent', myCallback); ``` ```dart test('', () { // I want to trigger 'myEvent' so `myCallback` is...

question

I am able to connect with the server. when i emit default event it works but when i tried with custom events it didn't fired. Can anyone help

question