socket.io-client-csharp
socket.io-client-csharp copied to clipboard
OnAny does not fire if SocketIoResponse contains placeholder data
Fiddler 4 shows that the client has in fact received a "message send" event

However nothing has printed to console

Despite onAny being setup to print that a command was received

However if I hard code on("message send" ...)

The socket will receive the event as expected

Socket - https://github.com/dawalters1/Wolf.Net/blob/V6/WOLF.Net/Client/Socket/Socket.cs Processor - https://github.com/dawalters1/Wolf.Net/blob/V6/WOLF.Net/Client/Socket/Events/Processor.cs
Unsure if either of those are useful, but that is how I planned on using that approach
Thanks for your feedback, I've pushed a commit https://github.com/doghappy/socket.io-client-csharp/commit/bfaf377ba925c398036bb64fc98ab6c7ed548656 for it, I'm not sure when I will release
Bump? Package is becoming pretty unreliable with the update frequencies