SocketclusterClientDotNet
SocketclusterClientDotNet copied to clipboard
C# client for socketcluster framework in node.js
Add support to connect asynchronously using async/await. Implement scclient using asynchronous streams, given in Rx.Net (Reactive extensions).
https://github.com/sacOO7/SocketclusterClientDotNet/blob/4013bada049d4c17506343fac0c61bf32f3bb583/ScClient/Socket.cs#L117C34-L117C41 I see two ways around this: 1. Set a default Listener in the constructor that just doesn't do anything 2. Check if the listener is null and throw a...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
I can't seem to figure out where `at WebSocket4Net.WebSocket.Send(String message)` is coming from. The referenced library only has `SendAsync()` not `Send()` so something doesn't seem right here. ``` System.NullReferenceException: Object...