socket.io-client-csharp
socket.io-client-csharp copied to clipboard
Help using nuget
using SocketIOClient.Extensions; using SocketIOClient.Transport; using SocketIOClient.Transport.Http; using SocketIOClient.Transport.WebSockets; using SocketIOClient.UriConverters;
var client = new SocketIO("http://localhost:3000)");
ERROR: SocketIO is namespaced but used as a type.
here is a solution: https://github.com/doghappy/socket.io-client-csharp/issues/350#issuecomment-1879727071