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