Browse Source
`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).pull/184/head
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue