Skip to content

Releases: DamonOehlman/messenger-ws

2.0.2

28 Apr 02:11

Choose a tag to compare

Improve reconnection handling by ensuring that even though the event listeners cannot be removed for the ws registered listeners, that the handlers invoked do nothing.

2.0.0

24 Mar 04:50

Choose a tag to compare

While the API remains the same in this release, there have been changes in the failover logic so a major version upgrade has been issued. The package is now specifically looking for specified websocket close codes (use the failcodes initialization option) that account for failure rather than attempting to detect a failure condition when no data has been received.

1.1.0

27 Oct 04:49

Choose a tag to compare

Added the ability to attempt a connection to multiple endpoints before failing a connection attempt, (specify an array of endpoints in options).