mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 09:29:39 +00:00
RFB._fail() can be called at any time in any state, it is not certain that we will get a close event on the socket since the socket might not be open. This caused us to hit the disconnect timeout in such cases. Fixes issue #678