websockets / ws
-
Updated
Oct 13, 2020 - JavaScript
D/Adhara was logging Socket triggered::event-name but our listener was not getting called nor was any error being logged. I had declared our listener as:
void _handleMessage( dynamic data ) {
print( '_handleMessage received $data' );
}
and subscribed to the events using
socket.on( 'eventName', _handleMessage );
In debugging this situation, I noticed that when _handleData in so
Add a description, image, and links to the websocket-client topic page so that developers can more easily learn about it.
To associate your repository with the websocket-client topic, visit your repo's landing page and select "manage topics."
LibLog is deprecated now : damianh/LibLog#270
We should clean related code.