Skip to content

v2.3.0

Compare
Choose a tag to compare
@doghappy doghappy released this 23 Jul 08:59
· 378 commits to master since this release

Added

  • OnReconnected event
  • OnReconnectAttempt event
  • OnReconnectError event
  • OnReconnectFailed event

Changed

SocketIOCLient.Windows7 becomes a plug-in, the following code shows how to support Windows7 / Windows 2008 R2

var client = new SocketIOClient(...);
client.Socket = new ClientWebSocketManaged();

Removed

  • OnReconnecting event
  • Options.AllowedRetryFirstConnection
  • OnReceivedEvent event