Hello.
Socket IO seems to not fire events sometimes.
I pinned it down to control2 variable(SocketIO.cpp, onMessage) being a random value (once it was 26 and once it was 20).
(Also variable second is = 2). Don’t know how much this helps.
The data received seems to be fine - same as always.
So the firing of events stops for a while, also a random amount of time (at least it seems random) and then it starts working again.
Help?