Skip to content

6.0.0

Choose a tag to compare

@balloob balloob released this 27 Dec 07:13
· 362 commits to master since this release

What's Changed

Breaking changes

The method Connection.setSocket was an internal method that had no visibility specified. In #226 it has been changed to be private and renamed to _setSocket. It used to reset the state but that is now moved into the reconnect logic.

Dependabot