Drop cruft
parent
72c4a4366b
commit
8997b6029b
|
@ -417,8 +417,6 @@ async def open_autorecon_ws(url):
|
||||||
"""
|
"""
|
||||||
async with AsyncExitStack() as stack:
|
async with AsyncExitStack() as stack:
|
||||||
ws = AutoReconWs(url, stack)
|
ws = AutoReconWs(url, stack)
|
||||||
# async with trio_websocket.open_websocket_url(url) as ws:
|
|
||||||
# await tractor.breakpoint()
|
|
||||||
|
|
||||||
await ws._connect()
|
await ws._connect()
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue