Home › Forums › Support › Unable to create a TCP connection › Reply To: Unable to create a TCP connection
I have narrowed the problem down a bit. I took the getting strated tutorial to create the client console application and I able able to successfully send a TCP message to my windows service that is has the TCP listener started.
The problem is obviously with my client. I am a little lost on what to try since I am using exactly the same line of code as the tutorial’s console app.
When my server gets the message from the console application it logs it as such:
A message was recieved from [TCP] 192.168.1.147:10000 -> 192.168.1.101:2719 (cRsAB8gSbEqRdU-FRjlPZg) which said 'This is message #1'.
The error from my client has this:
Error during TCP connection establish with destination ([TCP] Local -> 192.167.1.147:10000)
It looks like maybe the connection is messed up somehow?