Replies: 1 comment 1 reply
-
|
There is an example using context switching, referred to as "Delegating Server", that is pretty much what you're asking for. https://github.com/sirn-se/websocket-php/blob/v3.4-main/docs/Examples.md#the-delegating-server |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have a task to create a websocket message forwarder. So we would have:
So the issue here is that both client and server 'start' are blocking where in my case I would need to start both (server first and then the client).
Now before I'm digging deep into the code and try to somehow modify the lib is there at all a theoretical possibility of this.
Thanks for any insights.
Best regards
Waldemar
Beta Was this translation helpful? Give feedback.
All reactions