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

I'm trying to implement socket client connection in background using compute method of flutter. compute method with socket is working on Node.js local server and successfully emitting all the events...

Hello guys, tell me please, how can I add certificate to my socket?

Is there any way to specify which network the socket is connecting? Because in Android 12 and Android 13 primary network and another connected network is available. We need to...

![code](https://user-images.githubusercontent.com/31253617/197812465-14056a6b-3c7e-4dad-b1c7-895e213c6982.png) ![Screenshot_6](https://user-images.githubusercontent.com/31253617/197812471-5b88ac5f-fb23-4638-a6e9-1ee87fe60eaa.png)

My socket is connected well ![Screenshot_1](https://user-images.githubusercontent.com/31253617/197690026-f740b4d9-8347-4d1d-a615-87e160e94a76.png) How to pass to 2 parameter as my backend code passes two parameter ![Screenshot_2](https://user-images.githubusercontent.com/31253617/197690035-33d5acbf-7359-48b7-8f3d-9b27f7615d82.png) This is my backend code here two parameter passes peerid...

Having this issue, While using this package. `IO.Socket socket = IO.io( APIConfiguration.SocketUrl, OptionBuilder() .setTransports(['websocket']) .disableAutoConnect() .setReconnectionAttempts(2) .setExtraHeaders({ 'access_token': await StorageService().readString(Keys.Auth_Token), }) .build(), ); socket.connect(); socket.onConnect((data) => print('connected')); socket.onConnectError((data) => print('error...

`socket.on("new_message",(data)=>{ //How to ack this event? })'`

question

Hi, is it possible to usage socket.io.client with proxy like socks5_proxy? how to do this case? I need to connect my wss server but is nessesery to use proxy is...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies