doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
721 stars 124 forks source link

Expose `_isConnectCoreRunning` #309

Open timbo-tj opened 1 year ago

timbo-tj commented 1 year ago

We can check IsConnected and IsDisconnected, but its nice to know if IsConnecting as well!

Currently there is a 'gap' in information. Could we expose _isConnectCoreRunning to represent 'IsConnecting' state?