mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Avoid error when using a cross-origin websocket
This commit is contained in:
parent
a963647627
commit
fe03de7471
@ -101,6 +101,7 @@ class WebSocketMixin(object):
|
||||
ping_callback = None
|
||||
last_ping = 0
|
||||
last_pong = 0
|
||||
stream = None
|
||||
|
||||
@property
|
||||
def ping_interval(self):
|
||||
|
Loading…
Reference in New Issue
Block a user