fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass (#1857)
* fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass * fix-#1856: set min websockets version to 8.1 * fix-#1856: suppress timeout for CI to pass * fix-#1856: timeout -> close_timeout due to deprecation warning Co-authored-by: Adam Hopkins <admhpkns@gmail.com> Co-authored-by: 7 <yunxu1992@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ class WebSocketProtocol(HttpProtocol):
|
||||
|
||||
# hook up the websocket protocol
|
||||
self.websocket = WebSocketCommonProtocol(
|
||||
timeout=self.websocket_timeout,
|
||||
close_timeout=self.websocket_timeout,
|
||||
max_size=self.websocket_max_size,
|
||||
max_queue=self.websocket_max_queue,
|
||||
read_limit=self.websocket_read_limit,
|
||||
|
||||
Reference in New Issue
Block a user