-
Hello! First of all, thanks for creating this library - it is allowing me to build with Julia and having fun :) I'm working on a setup that would have two Javascript clients communicate with a Julia server through websockets.
What I would like to do next is:
Is this possible? I'm saving the server handles in an array, and I can see the server status and active connections - I'm wondering if:
I'm passing identifiers in the messages that would allow for this, but I'm not sure how the 'connection' object could be handled. I'm sure I can make the "ping server ever Nth seconds" work, with the server always being a "replier", Any suggestion is welcome! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@quinnj not sure if this was encountered before, any insight from you would be appreciated! :) |
Beta Was this translation helpful? Give feedback.
-
Okay I found someone's solution in Discourse, seems that saving the 'ws' handler for a specific client (when they first connect) is sufficient) |
Beta Was this translation helpful? Give feedback.
Okay I found someone's solution in Discourse, seems that saving the 'ws' handler for a specific client (when they first connect) is sufficient)