Hornwitser 5e671a0d0d Move socket and connection state out of Client
Move the socket message handling and Discord connection state tracking
out of the Client class.  The WebSocket class handles the ws4py based
WebSocket to Discord, maintains the keepalive and dispatches
socket_<events> based on activity.  The ConnectionSTate class maintains
the state associated with the WebSocket connection with Discord.  In a
reconnect and switch gateway scenario this state can be kept for a
faster and less disruptive recovery.
2015-10-06 19:09:09 +02:00
..
2015-10-02 21:35:16 -04:00
2015-09-05 00:57:52 -04:00
2015-08-21 18:18:34 -04:00
2015-09-13 22:28:02 -04:00