doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
729 stars 125 forks source link

Corrected Typo #235

Closed griffinsorrentino closed 2 years ago

griffinsorrentino commented 2 years ago

Sample code for creating a new client for Windows 7 was using SocketIOClient(...) as the class however I believe it should be just SocketIO(...)