Closed philipphagen87 closed 4 years ago
What is your version of WatsonTcp
? This bug was fixed in 3.1.3
, although exists when the server sends a sync request to the client.
Sorry i forgot to write that i also tried with V3.1.3
No problem, so you are sending a sync request from the server to the client correct?
From the client to the Server
Client -> Server is working completely fine on my end. That's odd! It's only Server -> Client is the problem for me.
Hi @philipphagen87 are the client and server running on the same machine or different machines?
they are running on the same machine
Can you send any messages back and forth using other Send APIs?
Could you package your solution up and share it with me and I'll take a look?
Cheers, Joel
Hello @philipphagen87 , were you able to get this working? Or able to package up a portion of your solution for me to examine?
Sorry for the late answer... i fixed my problem.. it was my architecture! thanks for support..
Awesome thanks @philipphagen87 please let me know if I can help in the future.
Hello,
I really need help with the Server/Client.. My Configuration of the Server is
My client:
I want to SendAndWait:
At server side
It is the same sample as stored in git. If i download the current version from git and test ist, everything is fine. But if i do the same thing with the code above I always get the timeout exception (no msg received after timeout) If i debug then the server recognize the incomming msg and work and "send" back.
Can anybody help me?
nice greetings phil