SocketclusterClientDotNet
SocketclusterClientDotNet copied to clipboard
Newtonsoft.Json.JsonReaderException: 'Unexpected character encountered while parsing value: #. Path '', line 0, position 0.'
Too be late, but I think the problem described here is because server is sending "#1" for the ping-pong stuff. When you construct the socket, you can pass protocol version 1 which in turn sets the _ping variable.
After, this should be hit and you won't have problems with deserialisation anymore
