• Joel Martin's avatar
    gimite/web-socket-js issue #35: async onclose. · 071f2818
    Joel Martin authored
    Filed this bug about this issue:
    http://github.com/gimite/web-socket-js/issues#issue/35
    
    To work around the flash "recursive call" problem, WebSocket.as has
    the onclose event disabled in the close() call and the javascript half
    of the close() call does the onclose() call instead. This is fine, but
    it needs to be asynchronous to act more like what happens with
    a normal WebSockets object. The current behavior is that the onclose()
    method is called inline (synchronously) when the close() is called and
    this inconsistency make state handling more difficult.
    071f2818
Name
Last commit
Last update
..
FABridge.js Loading commit data...
README.txt Loading commit data...
WebSocketMain.swf Loading commit data...
swfobject.js Loading commit data...
web_socket.js Loading commit data...