You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking into bootstapping a client from a servers channel handler.
If I have Server1
serverhandler1
serverhandler2
Bootstrap a client1 connected to Server2
ClientHandler1
ClientHandler2
ServerHandler3
I am finding it difficult to understand how the data would flow in a setup like this.
Inbound from client that is connected to my server1.
Process the data and send it to the server2 connected by my client1.
Get a response from server2.
Do something with the response from server2 create a response and send it to the client connected to server1.
If its possible, could you provide some snippets or pointers on how to deal with this?
Did not find the book code provided in chap8 here.
The text was updated successfully, but these errors were encountered:
I am looking into bootstapping a client from a servers channel handler.
If I have Server1
I am finding it difficult to understand how the data would flow in a setup like this.
Inbound from client that is connected to my server1.
Process the data and send it to the server2 connected by my client1.
Get a response from server2.
Do something with the response from server2 create a response and send it to the client connected to server1.
If its possible, could you provide some snippets or pointers on how to deal with this?
Did not find the book code provided in chap8 here.
The text was updated successfully, but these errors were encountered: