Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

v2.0.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@eidheim eidheim released this 31 Jul 07:06
· 60 commits to master since this release

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.