Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
6949ee3932
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      wsps/tasks_loop.py

+ 3
- 2
wsps/tasks_loop.py View File

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):

Loading…
Cancel
Save