❔ Socket connection in WPF application
Hello, I'm fairly new to the C# environment and there's something I can't figure out:
I created a console application in which I manage to connect correctly to my local socket.io server. I can also send and receive events.
However, in my WPF application, using the same library and the same code, I can send events but I don't receive any (not even the onConnected).
I must be missing a step or something obvious but I can't find it.
3 Replies