socket.io-dart
socket.io-dart copied to clipboard
socket.io-dart: Dartlang port of socket.io https://github.com/socketio/socket.io
can you please upgrade this awesome package to v3
The listen method of Server class says it can receive either a number port or http.Server, but it is StreamServer type what expects so I can't pass a Shelf Server...
Can you use socket_io_common 2.0.0 and add another version as it is throwing dependency conflict with pre release socket_io_client.
Ive been trying to integrate the socket_io package with [alfred](https://github.com/rknell/alfred) but socket_io seems to only allow StreamServers and Alfred implements HttpServer. Has anyone found a way to integrate both?
`Latest versions of socket io server and client are incompatible with each other. My IO server on JS side is ^4 hence I need to use socket_io_client: ^2.0.0-beta.2 for compatibility....
Hello, I just want to know what happen if a client event take a long time to process, will that delay others, block them or process it anyway ? Do...
hi! I used in app your library, but I have a lot of logs and can do nothing with it: ` 2021-01-20 14:15:08.225: [FINE] [socket_io_client:engine.Socket] flushing 1 packets in socket...
can I use http2 in socket io ?
Add support for Windows, mac and Web
Hey developers can you plz add web support for this plugin.