Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 5, 2011
1 parent 7f08d8f commit f5b2028
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.6.4 / 2011-01-05
==================

* Don't destroy the connection in _onClose. Destroying it will prevent the buffers from being flushed and will result in corrupted responses for the xhr-polling transport.
* Added try/catch block around JSON.parse and return an empty object literal if JSON parsing fails.
* Added missing .connect() to example

0.6.3 / 2010-12-23
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.3"
, "version" : "0.6.4"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
Expand Down

0 comments on commit f5b2028

Please sign in to comment.