@@ -31,6 +31,9 @@ class ChatConsumer(
async def ws_disconn(self, close_code):
pass
+ async def ws_disconn_z(self, close_code):
+ pass
+
async def ws_rec(self, text_data):
p("text_data:",text_data)
print("",end="",flush=True)