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.

44 lines
723 B

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