doghappy / socket.io-client-csharp

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

Help using nuget #351

Open daviten74 opened 6 months ago

daviten74 commented 6 months ago

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.

daviten74 commented 6 months ago

image

doghappy commented 6 months ago

here is a solution: https://github.com/doghappy/socket.io-client-csharp/issues/350#issuecomment-1879727071