Peter Thorson

Results 3 comments of Peter Thorson

I would like to see this data set as well!

This regression from 0.8.0 has been fixed on the `develop` branch. The `socket_init` event handler is the correct place to set socket options like `TCP_NODELAY` on the already accepted socket.

Some terms from the web socket RFC. Message = message delivered via on_message to WS++ or W3C JS API. In WS++ now send() sends a message. Message payloads are sent...