From 0d97abc06ec0cfa89f68bb0b128523d3e96f2830 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 15 Sep 2016 14:56:00 +0100 Subject: [PATCH] add missing reconnect method --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a18dc4..4bea5b7 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ onOpen | callback:Function | Function onClose | callback:Function | Function to be executed each time a socket connection is closed for this instance. onError | callback:Function | Function to be executed each time a socket connection has an Error for this instance. close | force:Boolean:_optional_ | Close the underlying socket, as long as no data is still being sent from the client. Optionally force close, even if data is still being sent, by passing `true` as the `force` parameter. To check if data is being sent, read the value of `socket.bufferedAmount`. +reconnect | none | Close the underlying socket (if open), and attempt to reconnect ### Properties name | type | description