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.
2 parents 5f2cff5 + 1ca4890 commit 660a0e0Copy full SHA for 660a0e0
graphql_ws/aiohttp.py
@@ -38,7 +38,7 @@ def closed(self):
38
return self.ws.closed
39
40
async def close(self, code):
41
- await self.ws.close(code)
+ await self.ws.close(code=code)
42
43
44
class AiohttpSubscriptionServer(BaseSubscriptionServer):
0 commit comments