Replies: 1 comment 3 replies
-
You should read the user manual and docs.
Of the app, yes. Of websockets, no. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
is it possible to access
ws->getUserData
in.listen(...)
? I considerlisten
to be the "constructor" where I can do initialisation tasks that need to be done just once (not at everyopen()
request). I need to pass command-line arguments, that's why I thoughtlisten()
would be the right place.Beta Was this translation helpful? Give feedback.
All reactions