-
Notifications
You must be signed in to change notification settings - Fork 18
change.log
陈焰 edited this page Apr 13, 2018
·
4 revisions
- fix ImportError: No module named 'sshtunnel'. (setup.py install_requires add sshtunnel>=0.1.3)
- ssh tunnel support(by https://github.com/pahaz/sshtunnel/)
- ws2s.js: reconnect with max times limit
- binary data support(by base64, https://github.com/beatgammit/base64-js)
- threadsafe, when send data to websocket client
- Chinese support
- exception handler, for tcp health check connected to ws2s server but do not send any data
- ws2s.js: redis response format, for array in array
- ws2s.js: heartbeat package, for idle connect will be closed by nginx etc.