return ws_url
This commit is contained in:
@@ -86,9 +86,11 @@ class Pipeline:
|
|||||||
max_size=None, # allow large messages
|
max_size=None, # allow large messages
|
||||||
max_queue=None, # don't bound outgoing queue
|
max_queue=None, # don't bound outgoing queue
|
||||||
):
|
):
|
||||||
# print("WebSocket server listening on ws://0.0.0.0:8765")
|
logger.info(f"listening to {self.get_ws_url}")
|
||||||
logger.info(f"listening to ws://{self.config.host}:{self.config.port}")
|
|
||||||
await asyncio.Future()
|
await asyncio.Future()
|
||||||
|
|
||||||
|
def get_ws_url(self):
|
||||||
|
return f"ws://{self.config.host}:{self.config.port}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user