Rapptz 0b6e74ebec Ensure that keep alive threads are closed when a websocket closes.
The library worked with the assumption that whenever the recv call for
the websocket would lead to a closure, the close method would be called
to signal closure and as a result our close method would be called.

This assumption turned out to be false as the websockets library would
instead call an internal function named close_connection instead. So to
solve our problem we need to override this function instead of close.
2016-08-21 11:45:41 -04:00
..
2016-05-06 12:23:24 -04:00
2016-07-31 22:39:43 -07:00
2016-08-06 16:54:07 -07:00
2016-01-04 22:28:29 -05:00
2016-01-04 22:28:29 -05:00
2016-05-31 20:39:12 -04:00
2016-05-06 12:23:24 -04:00
2016-06-01 20:47:33 -04:00
2016-07-31 22:39:43 -07:00
2016-07-31 22:39:43 -07:00