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.

35 lines
600 B

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