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
onConnectError does not trigger on middleware reject, also as other events connecting, error ,disconnect and others completely broken. Server version: 4.6.1 Client version: 2.0.2 Server code: ``` const io =...
Here is my code i am running and i am getting this issue while connecting to sockets Future initSocket() async { print('Connecting to chat service'); socket = IO.io( 'wss://api.capitalstake.com/2.0/market/feed', OptionBuilder()...
#313 changes `DartySocket` extension to access `this.io`. This makes me unable to mock `Socket` as described in [mockito FAQ](https://github.com/dart-lang/mockito/blob/master/FAQ.md#how-do-i-mock-an-extension-method). I'm using `DartySocket.onError`, and because mockito [doesn't support deep stubbing](https://github.com/dart-lang/mockito/issues/21) when...
Hi guys, I have a problem with server connection. When I run my code in local via node.js, it works as it should, but when I transfer it to the...
How can I use socket in background mode on android? could you help?
i can not connect my socket server using this plugin , i am getting this error , connection refused , timeout  
try using version 2.0.1 and 2.0.0 where my socket io server is ^4.0.0. My server is set with nginx reverese proxy. www.mydomain.com/socket working fine in react but we trying with...
Hi. I'm using socket io as a flutter. Inside the same class, use the same namespace. There are two methods. After you connect the namespace, After connecting the namespace, onConnect...
Hello guys, I've developed an app on flutter. Socket is working perfectly. However, I realized that some devices cannot connect to Socket. I was searching about this issues but i...