mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Merge pull request #898 from blink1073/fix-websocket-cross-origin
Avoid error when using a cross-origin websocket
This commit is contained in:
commit
fa5d71723b
@ -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