|
@@ -100,7 +100,7 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandler):
|
|
lch.debug("exec: "+task.exception.__cause__)
|
|
lch.debug("exec: "+task.exception.__cause__)
|
|
# task joins iself to suppress the "task not joined" warning
|
|
# task joins iself to suppress the "task not joined" warning
|
|
cur_task = await curio.current_task()
|
|
cur_task = await curio.current_task()
|
|
- await curio.ignore_after(0,cur_task.wait)
|
|
|
|
|
|
+ await curio.ignore_after(0,cur_task.join)
|
|
|
|
|
|
async def respond(self,text,*args,log_msg=False):
|
|
async def respond(self,text,*args,log_msg=False):
|
|
"""
|
|
"""
|