Can’t get information from Client A to Client B – TCP – Java
As a smaller part of a project I’m working on, to basically describe it;
Client A -> Server A >
(link direct via code) > Client B > Server B
,
one end being (A Side)
and the other (B Side)
respectfully,
The later goal of (direct via code) being replaced with another link,
Client A and Server B are their own self-contained program, which I’m trying to bridge with a tunnel.
I’ve tried so many things and I’m completely stumped on getting this working,