summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-07-01 11:54:44 -0500
committerJoel Martin <github@martintribe.org>2010-07-01 11:54:44 -0500
commitbc8e3d4db75e693eceee74badf27ddb3f99bee22 (patch)
tree9d8dc9f643187f7fb72508a5a39432d2aa712e37 /docs
parent4a96178307b0ff995343042ac2f051c37541b686 (diff)
downloadwebsockify-bc8e3d4db75e693eceee74badf27ddb3f99bee22.tar.gz
Opera fixes and big Opera performance boost.
Add message/state pollling in web-socket-js. Since Opera tends to drop message events, we can dramatically increase performance by polling every now for message event data. Also, add more direct calls to update readyState so that it's not missed when Opera drops events.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index b828ee0..2fa80c2 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -2,9 +2,6 @@ Short Term:
- Test on IE 9 preview 3.
-- Track down "INVALID_STATE_ERR" when reconnecting using
- web-socket-js.
-
- Possibly support IE <= 8.0 using excanvas or fxcanvas:
http://excanvas.sourceforge.net/
http://code.google.com/p/fxcanvas/
@@ -12,6 +9,8 @@ Short Term:
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
+- Track down hang in Opera after second disconnect.
+
Medium Term: