socket.io-client-csharp
socket.io-client-csharp copied to clipboard
socket.io-client-sharp 4.0.0
- Closes #358
- Changed all projects to target both .net standard 2.0 and .net 4.6.2
- Except
SocketIO.Serializer.MessagePack
- Except
- Changed
SocketIOconstructor to includeISerializerISerializerdefaults to first available based on target framework- .net 4.6.2
SocketIO.Serializer.NewtonsoftJson - .net Standard 2.0+
SocketIO.Serializer.SystemTextJson
- .net 4.6.2
- Changed
EventHandlersdelegates to invokeobjectarrays instead ofJsonElementarrays