From a8453d942147b9c1201fd5c06321a2d96965d46d Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 3 Mar 2014 14:24:13 -0800 Subject: [PATCH] README: clarify reconnection events --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a6e62bf4..8b6f4eddf 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ Socket.IO is compatible with [browserify](http://browserify.org/). - `Object` error object - `reconnect_failed` +The events above are also emitted on the individual sockets that +reconnect that depend on this `Manager`. + ### Manager#reconnection(v:Boolean):Manager Sets the `reconnection` option, or returns it if no parameters