v12.1.0
- Remove custom Starscream.
- Exposes a bunch of previously internal methods and types, including the underlying
SocketPacket
andSocketEventHandler
types. - Allows setting of the config after init but before calling one of the connect methods.
Breaking Changes:
- Instead of using
Starscream.SSLSecurity
lib now uses aSocketIO.SSLSecurity
with the same interface as Starscream's.