pass chain as a parameter in websocket for each user chat session #98
Unanswered
raphael2692
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @raphael2692, do you maybe have an example of other ways to implement websocket applications? I'm not an expert with websockets, so I'll need more to work with. |
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
-
hello, i have a newbie question...I want to create a chat app that supports websocket in order to get fast reponse time. I also wat the enduser be able to have custom chat session with a custom chain.
I have seen the examples, it seems that the chain object is passed as a parameter when the ws is created. Spawning a new WS for each user conversation session seems a bad way to handle this situation, what should be the correct way?
Thank you very much :)
Beta Was this translation helpful? Give feedback.
All reactions