Skip to content

socksjs 0.11.0 release

Compare
Choose a tag to compare
@Cykooz Cykooz released this 22 Oct 10:45
· 15 commits to master since this release
a5f99ff

Changes

  • Breaking change: Added into the WebSocketTransport the ability
    to process multi messages from client (#383).
  • Added into WebSocketTransport ignoring of empty frames received
    from client. (#383).
  • Added tick after dequeue so heartbeat keeps session live (#265).
  • Fix race condition during iteration over sessions (#217).
  • Support Python 3.8.
  • Fixed examples of using of SockJS server (#264).