mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-21 17:56:45 +00:00
parent
45471fc865
commit
662c8788c2
@ -372,7 +372,7 @@ class Compute:
|
|||||||
Connect to the notification stream
|
Connect to the notification stream
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
self._ws = yield from self._session().ws_connect(self._getUrl("/notifications/ws"))
|
self._ws = yield from self._session().ws_connect(self._getUrl("/notifications/ws"), auth=self._auth)
|
||||||
except aiohttp.errors.WSServerHandshakeError:
|
except aiohttp.errors.WSServerHandshakeError:
|
||||||
self._ws
|
self._ws
|
||||||
while self._ws is not None:
|
while self._ws is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user