• Joel Martin's avatar
    Opera works! Fix message event drops/reorders. · a93c9555
    Joel Martin authored
    Instead of relying on FABridge AS -> JS event delivery, we just use
    the events to notify JS of pending data. The message handler then
    calls the AS readSocketData routine which sends back an array of
    the pending WebSocket frames.
    
    There is still a minor bug somewhere that happens after the first
    connect where the web-socket-js throws an "INVALID_STATE_ERR: Web
    Socket connection has not been established". But, Opera is now usable
    and we should be able to drop the packet sequence numbering and
    re-ordering code.
    
    Another minor issue to better support Opera is to move JS script
    includes to the <head> of the page instead of after the body.
    a93c9555
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.GPL-3 Loading commit data...
LICENSE.LGPL-3 Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...