Websocket-Rails v0.1.9 Release Notes

  • November 19 2012

    • ๐Ÿ›  Fix bug that crashed the server when receiving badly formed messages through an open websocket. Fixes issue #27.

    • โž• Add support for communication between multiple server instances and background jobs. Solves scaling problems discussed in issue #21.

    • ๐Ÿ›  Fixed client_disconnected event firing twice - Thanks to @nickdesaulniers