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.

29 lines
467 B

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