Skip to content

v12.1.0

Compare
Choose a tag to compare
@nuclearace nuclearace released this 01 Oct 14:56
· 269 commits to master since this release
v12.1.0
84218d5
  • Remove custom Starscream.
  • Exposes a bunch of previously internal methods and types, including the underlying SocketPacket and SocketEventHandler 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 a SocketIO.SSLSecurity with the same interface as Starscream's.