Home Forums Support problem with sending messages between client-server over the internet Reply To: problem with sending messages between client-server over the internet

#4400
Anonymous
Inactive

The code looks incorrect, you send a message to ‘y.y.y.y’, yet the StartListening method, listens to messages recieved on (!not from!) ‘x.x.x.x’. I suspect StartListening is executed on ‘y.y.y.y’ and this is what causes the problem.

  • This reply was modified 8 years, 3 months ago by .