Replies: 1 comment 1 reply
-
Hi! I was not able to reproduce the issue locally. Have you found the culprit? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I see
b4 module_update
printed.When events get emitted, I see
module_update
being caught by.onAny
, but not by the.on
method.What gives?
Socket instance is created like this:
Then I call
webSocketClient.connect()
manually, later, when user has passed the auth.Any clues?
Beta Was this translation helpful? Give feedback.
All reactions