Activity
Start listening before replaying websocket messages
Start listening before replaying websocket messages
Include node, and error message in RequestError
Include node, and error message in RequestError
Rename 'track' to 'encoded' in decoded track dict
Rename 'track' to 'encoded' in decoded track dict
Support causeStackTrace in exception events too.
Support causeStackTrace in exception events too.
Support causeStackTrace in 'error' load result
Support causeStackTrace in 'error' load result
Fix doc that doesn't make sense.
Fix doc that doesn't make sense.
Mark select class attributes as Final.
Mark select class attributes as Final.
Slight alteration to WS closure handling
Slight alteration to WS closure handling
Support specifying timeout for HTTP requests
Support specifying timeout for HTTP requests
Fix missing imports and general code smells.
Fix missing imports and general code smells.
pass not needed due to debug statement
pass not needed due to debug statement
Catch CancelledError
s during event dispatch
Catch
CancelledError
s during event dispatchuse create_task for handling websocket messages
use create_task for handling websocket messages
Only handle CLOSING/CLOSED, let aiohttp handle CLOSE
Only handle CLOSING/CLOSED, let aiohttp handle CLOSE
Move listen task inside else block
Move listen task inside else block
Improve WS error handling, fix log format
Improve WS error handling, fix log format
Break on exception, add back close types (commented by mistake)
Break on exception, add back close types (commented by mistake)
Move received message debug log into message handling logic
Move received message debug log into message handling logic