We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304ce1 commit 109a59cCopy full SHA for 109a59c
History.md
@@ -1,4 +1,11 @@
1
2
+0.6.11 / 2011-02-15
3
+===================
4
+
5
+ * Fixed; Make sure to not execute any other connection operations after WebSocket
6
+ write error.
7
+ * Added more error logging
8
9
0.6.10 / 2011-02-09
10
===================
11
lib/socket.io/index.js
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
23
* Version
24
*/
25
26
-exports.version = '0.6.10';
+exports.version = '0.6.11';
package.json
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
-, "version" : "0.6.10"
+, "version" : "0.6.11"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
0 commit comments