From 6e31f54e88992090887e1dbefa959e310446c437 Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 18 Oct 2015 18:27:12 -0400 Subject: [PATCH] fix socketio/socket.io-client-swift#216 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87e60d6..18e626d 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Methods 11. `reconnect()` - Causes the client to reconnect to the server. 12. `joinNamespace()` - Causes the client to join nsp. Shouldn't need to be called unless you change nsp manually. 13. `leaveNamespace()` - Causes the client to leave the nsp and go back to / +14. `off(event: String)` - Removes all event handlers for event. +15. `removeAllHandlers()` - Removes all handlers.s Client Events ------