doghappy / socket.io-client-csharp

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

OnAny does not fire if SocketIoResponse contains placeholder data #276

Open dawalters1 opened 2 years ago

dawalters1 commented 2 years ago

Fiddler 4 shows that the client has in fact received a "message send" event image

However nothing has printed to console image

Despite onAny being setup to print that a command was received image

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

The socket will receive the event as expected image

dawalters1 commented 2 years ago

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

doghappy commented 2 years ago

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

dawalters1 commented 1 year ago

Bump? Package is becoming pretty unreliable with the update frequencies