Skip to content

Releases: interviewstreet/nchan.js

Make it configurable

27 Jun 11:56
Compare
Choose a tag to compare

First it will select one protocol and try to establish connection up to maxConn type. If it fails all the time then it will switch to next protocol. If all the configured protocols fail to establish a connection then the client will go on hold state. It will wait up to hold time and then it will again try to make a connection using configured protocols.

Add time out

26 Jun 14:47
Compare
Choose a tag to compare
v1.0.7

Set timeout

Error handle

26 Jun 14:43
Compare
Choose a tag to compare
v1.0.6

Handle timeout errors

Support websocket fallback

07 Jun 07:22
Compare
Choose a tag to compare
v1.0.5

Change throw message

v1.0.4

30 May 10:47
Compare
Choose a tag to compare
Code refactor