bugfix
This commit is contained in:
parent
e75f955d31
commit
f804de7752
@ -37,7 +37,7 @@ async def run_zmq_proxy(app):
|
|||||||
task = asyncio.create_task(run_proxy())
|
task = asyncio.create_task(run_proxy())
|
||||||
app['zmq_proxy_task'] = task
|
app['zmq_proxy_task'] = task
|
||||||
print('TTTTTTTTTTTTTTTTTT')
|
print('TTTTTTTTTTTTTTTTTT')
|
||||||
task1 = asyncio.create_task(woa_msghande)
|
task1 = asyncio.create_task(woa_msghande())
|
||||||
print('KKKKKKKKKKKKKKKKKK')
|
print('KKKKKKKKKKKKKKKKKK')
|
||||||
yield
|
yield
|
||||||
task1.cancel()
|
task1.cancel()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user