Replies: 3 comments
-
Looks like |
Beta Was this translation helpful? Give feedback.
0 replies
-
UP, Does anybody know an answer? It's a big deal. We do not send code as a dict. My code is exactly like @heigler's |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have the following channel name:
ch_name = specific.cb7cabc63f8c49bb9c739ddae0ed2ffe!d97c07413720438a99965233cf635560
And I want to close only that connection in a server event, so I'm trying to do this:
But it always returns invalid params for the method close, it seems trying to pass the whole dictionary.
I also tried to pass params like {"type": "close", "code": 403} and didn't work.
Beta Was this translation helpful? Give feedback.
All reactions