Commit ca954541 by Chif Gergő

Call accept in connect

parent 8fbd7d3b
Pipeline #1079 passed with stage
in 1 minute 40 seconds
......@@ -15,6 +15,7 @@ class StatusConsumer(WebsocketConsumer):
str(inst.id),
self.channel_name
)
self.accept()
def disconnect(self, close_code):
instances = Instance.objects.all()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment