浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
6949ee3932
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      wsps/tasks_loop.py

+ 3
- 2
wsps/tasks_loop.py 查看文件

90
     async def ws_disconn_once(self, *a,**kw):pass
90
     async def ws_disconn_once(self, *a,**kw):pass
91
     async def ws_rec_once(self, *a,**kw):pass
91
     async def ws_rec_once(self, *a,**kw):pass
92
     async def receive(self, *a,**kw):
92
     async def receive(self, *a,**kw):
93
-        # print("REC")
93
+        print("REC")
94
+        print("",end="",flush=True)
94
         # print("-----------REC")
95
         # print("-----------REC")
95
         await self.call_all_mro("ws_rec",*a,**kw)
96
         await self.call_all_mro("ws_rec",*a,**kw)
96
         await self.ws_rec_once(*a,**kw)
97
         await self.ws_rec_once(*a,**kw)
233
 	run_persistent_loop = _run_persistent_loop
234
 	run_persistent_loop = _run_persistent_loop
234
 		
235
 		
235
 		
236
 		
236
-		
237
+
237
 
238
 
238
 # RldManMixin
239
 # RldManMixin
239
 class RldMan(RldManMixin):
240
 class RldMan(RldManMixin):

正在加载...
取消
保存