I ve got the following problem:
I have a ServerSocket listening on Port x and want to redirect the connecting user to server a or server b (depends on server load).
When I just do it with one server ( by creating a new Socket for the target server and sending the server streams to the player), it all works like a charm
But when I try to change the Socket adress and port to redirect the player to another server, I get a Socket (close) Exception and the no user is being redirected.
Do you have any ideas/keywords for me to search for?
It is just important to redirect the player,connecting on port X to server a or server b ( or server c ...etc.) without interrupting the connection
Thanks in advance!
Max