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.

40 lines
674 B

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