We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac511 commit a311684Copy full SHA for a311684
src/core/consumers.py
@@ -9,7 +9,7 @@ async def connect(self):
9
await self.accept()
10
print(f"Added {self.channel_name} channel to notifier")
11
12
- async def disconnect(self):
+ async def disconnect(self,status_code):
13
await self.channel_layer.group_discard("notifier", self.channel_name)
14
print(f"Removed {self.channel_name} channel to notifier")
15
0 commit comments