socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

OnAny does not fire if SocketIoResponse contains placeholder data

Open dawalters1 opened this issue 3 years ago • 3 comments

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 avatar Mar 27 '22 17:03 dawalters1

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

dawalters1 avatar Mar 27 '22 17:03 dawalters1

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

doghappy avatar Mar 30 '22 14:03 doghappy

Bump? Package is becoming pretty unreliable with the update frequencies

dawalters1 avatar Oct 28 '22 18:10 dawalters1