Simple-WebSocket-Server v2.0.0-rc2 Release Notes

Release Date: 2017-07-31 // over 6 years ago
  • 💥 Breaking change:

    • To reduce memory consumption and copying when sending the same message to several connections, SocketServer::Connection::send no longer consumes the buffer. The examples have been simplified according to this change.