Nika

Results 8 comments of Nika

FYI: Here's a small go proxy-proxy that I made to terminate SSL for my project. The defaults are for a CodeKit based project. Maybe someone else could use it too:...

It looks like this was previously unsupported until somewhat recently (https://github.com/socketio/socket.io/issues/47#issuecomment-948432782). I must have missed this addition for `v4`. I'll be adding this soon. Projected completion: **Feb. 5, 2024**

Interesting... I'll check this out, and fix it. Thanks again for the awesome detailed report!

All tests are done to support running concurrently, and this includes sending multiple events to the same socket. ``` go test -timeout 40s -run ^TestServerV4/sending_to_all_connected_clients.Polling$ github.com/njones/socketio -race -v ``` If...

This library is a server implementation of the SocketIO library. It's not a client which is what will run the the browser. So closing a browser shouldn't trigger any events...

Ah, I see. I missed that functionality in the documentation! I saw your fork... I think there could be a race condition around the setting of the disconnect boolean and...

I will add this functionality in, over the next week. Thanks for reporting it!

Propagate the `Disconnect()` event through the session within the `transport.go` function. Projected completion: **Jan. 29, 2024**