Commit Graph
2 Commits
Author SHA1 Message Date
DanielandRapptz a037d469d7 Add basic rewrite voice example 2017-07-07 17:55:12 -04:00
Daniel 5a2b8e2ce6 Properly close session if client failed to start
`keep_alive` was not defined until it was created in `received_message`, `ws` is `None` until its actually connected, which doesn't always happen.  If an error happens before things start up properly, the client should now clean its objects up (fixes `unclosed client session` warning).
2016-04-22 22:40:25 -04:00