websocket 增加多分组 fork https://github.com/olahol/melody
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
524 B

9 years ago
  1. ## 2017-02-10
  2. * Return errors for some exposed methods.
  3. * Add `HandleRequestWithKeys`.
  4. * Add `HandleSentMessage` and `HandleSentMessageBinary`.
  5. ## 2017-01-20
  6. * Add `Len()` to fetch number of connected sessions.
  7. ## 2016-12-09
  8. * Add metadata management for sessions.
  9. ## 2016-05-09
  10. * Add method `HandlePong` to melody instance.
  11. ## 2015-10-07
  12. * Add broadcast methods for binary messages.
  13. ## 2015-09-03
  14. * Add `Close` method to melody instance.
  15. ### 2015-06-10
  16. * Support for binary messages.
  17. * BroadcastOthers method.