This repository was archived by the owner on Jun 12, 2018. It is now read-only.
v2.0.0-rc2
Pre-release
Pre-release
Breaking change:
- To reduce memory consumption and copying when sending the same message to several connections,
SocketServer::Connection::sendno longer consumes the buffer. The examples have been simplified according to this change.