carriejv / cytube-client

A NodeJS Cytu.be (sync) Client
MIT License
5 stars 1 forks source link

RC 1.2.0 -> Adds better timeout support, fixes handshaking errors on passworded channels. #4

Closed carriejv closed 3 years ago

carriejv commented 3 years ago

Version 1.2.0

Adds user-settable timeouts to connections. Timeouts properly throw errors and close connection as opposed to logging only. Fixes several issues involved in handshaking with channels, especially password-protected channels. Failed connections should be identified quicker and more consistently. Improves test coverage and fixes issues with hanging tests.