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

socket_io_client manager openSub not call back

Open althex2015 opened this issue 6 years ago • 1 comments

i follow instruction code as below:

IO.Socket socket = IO.io("http://host.com:port",);

i debug break point realized it's Manager never drop into open -> // emit open var openSub = ON.on(socket, 'open', (_) { onopen(); <-------never come this line for open connection if (callback != null) callback(); });

But i work on native code, please help me, thanks

althex2015 avatar Mar 05 '19 07:03 althex2015

I have the same issue. Even, in Bloc listening on Websocket I cannot call add(Event);. The event won't be generated.

JanMate avatar Sep 15 '20 13:09 JanMate