How to store websocket connection and keep it alive for later use? #418
Replies: 1 comment
-
I found that websocket._get_current_object() works as expected, but it's really not documented anywhere |
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
-
H, I want to implement the following pattern,
But it seems that i cant send message it from another websocket context,
Like this doesn't work
( If you want a complete example, here is the receiver code and sender code, the sender code doesn't work )
Beta Was this translation helpful? Give feedback.
All reactions