We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ffe5d commit cca1ef1Copy full SHA for cca1ef1
jupyter_server/gateway/connections.py
@@ -24,7 +24,7 @@ class GatewayWebSocketConnection(BaseKernelWebsocketConnection):
24
25
ws = Instance(klass=tornado_websocket.WebSocketClientConnection, allow_none=True)
26
27
- ws_future = Instance(default_value=Future(), klass=Future)
+ ws_future = Instance(klass=Future, allow_none=True)
28
29
disconnected = Bool(False)
30
0 commit comments