Last active
July 18, 2016 19:41
-
-
Save andrelip/bd1c6f7c5a6882aafb37e739325d2b4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chan.join() | |
| .receive("ignore", () => console.log("auth error")) | |
| .receive("ok", () => console.log("join ok")) | |
| .receive("timeout", () => console.log("Connection interruption")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment