|
@@ -7,6 +7,10 @@ p=print
|
7
|
7
|
|
8
|
8
|
class ChatConsumer(WebsocketConsumer):
|
9
|
9
|
def connect(self):
|
|
10
|
+ p("!!!!!!!!!!!!!!!!!!!!?")
|
|
11
|
+ print("",end="",flush=True)
|
|
12
|
+ time.sleep(9.5)
|
|
13
|
+
|
10
|
14
|
p("!!!!!!!!!!!!!!!!!!!!")
|
11
|
15
|
print("",end="",flush=True)
|
12
|
16
|
self.accept()
|
|
@@ -35,9 +39,7 @@ class ChatConsumer(WebsocketConsumer):
|
35
|
39
|
|
36
|
40
|
|
37
|
41
|
print("++?",end="\n",flush=True)
|
38
|
|
-time.sleep(15.5)
|
39
|
|
-
|
40
|
|
-print("++2?",end="\n",flush=True)
|
|
42
|
+# print("++2?",end="\n",flush=True)
|
41
|
43
|
# print("++",end="\n",flush=True)
|
42
|
44
|
|
43
|
45
|
|