Replies: 2 comments
-
Has there been any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
‘ message(ws, message) { |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It is easy to access the global
store
inside the GET, POST, PUT, DELETE route handlers. As from the v1.0 docs:But how could I access the
store
in a websocket route?Also, I want to be able to access and update the store properties inside the
open()
callback, after doing some operations, like this:Beta Was this translation helpful? Give feedback.
All reactions