doghappy / socket.io-client-csharp

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

WebSocket.Send #295

Open sajjadarashhh opened 1 year ago

sajjadarashhh commented 1 year ago

I've been used server that i need to use WebSocket.Send Not WebSocket.Emit('eventName'); whats you option?

doghappy commented 1 year ago

https://socket.io/docs/v4/client-api/#socketsendargs

dose 'send' is an alias for 'emit'?