Browse Source

Bee Client Handler no longer tires to remove the current task from _tasks

digital 7 years ago
parent
commit
692f6ac112
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/beewatch/server/__init__.py

+ 0 - 2
lib/beewatch/server/__init__.py

@@ -94,8 +94,6 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandlerBase):
         # task joins iself to suppress the "task not joined" warning
         cur_task = await curio.current_task()
         await curio.ignore_after(0,cur_task.wait)
-        # remove this task from running tasks list
-        digilib.network._tasks.remove(cur_task)
 
     async def respond(self,text,*args,log_msg=False):
         await self.send(text,log_msg)