Websocket-Rails v0.4.8 Release Notes

Release Date: 2013-07-06 // almost 11 years ago
  • July 6 2013

    • ๐Ÿ›  Fix error with class reloading in development with Rails 4
    • โž• Added connection.close! method to allow for manually disconnecting users from a WebsocketRails controller.
    • โž• Add a way to unsubscribe from channels via the JavaScript client. - Thanks to @Oxynum
    • ๐Ÿ›  Fix handling of on_error event in the JavaScript client. - Thanks to @imton