v1.3.0
- 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 returnnull
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
- Previously we had to set the
- Updated tests
- Updated README
- Bumped version to
1.3.0