Client is behind the buffering antivirus (Kaspersky 6.0).
When websockets are disabled in options, polling works fine.
When enabled - client (Latency example) switches to "websockets" and then updating stops.
Latency show stable 20-25 sec.intervals - close to timeout values in my understanding.
I think that it's necessary to change connection upgrading conditions to prevent engine switching to unavailable transport. (e.g. checking packet roundtrip success before switching).