Skip to content

v1.3.0

Compare
Choose a tag to compare
@zaberSatnam zaberSatnam released this 28 Jan 01:10
· 67 commits to master since this release
ea53291
  • It is a lot clearer way to stop automatic reconnections compared to the previous way of doing it
    • Previously we had to set the autoReconnectionDelay option and return null from it in order to stop automatic reconnections
    • But this meant that the developer also had to worry about returning valid delay values for cases where they did not want to stop automatic reconnection
  • Updated tests
  • Updated README
  • Bumped version to 1.3.0