LU
Topics
12 Aug 2020, 13:50
1511
5
Replies
lukasz.manterys
12 Aug 2020, 14:35
RE:
PanagiotisCharalampous said:
Hi Lukasz,
Did you exclude the possibility that there is a problem with the message e.g. wrong credentials? Did you get a response for the exact same message using the C# application?
Best Regards,
Panagiotis
Yes, sure.
In C# sample I modified Logon message with my personal data and it worked - login process was successful.
..but in my case I don't get any response from the server. Even passing wrong data, there should be a response with some error code, for example, invalid data..
@lukasz.manterys
lukasz.manterys
15 Aug 2020, 21:39
RE:
Panagiotis, one more question:
In what cases server could not respond at all?
I am asking, because I noticed strange thing:
I am sending such sample msg through C++/Qt and it works (i am able to receive a response):
Sending msg:
..and I got the response:
There is a response msg - It is good :)
Now, as I said before, I logged in via C# sample successfully (with my cTrader data). Next, I copied sent Logon msg (via C# sample) to my C++ implementation (without any changes) and.. there is the same root issue - THERE IS NO RESPONSE. My C++ client waits for the response, but there is no any...
Logon msg that was good in C# sample:
Do you have any idea why?
In what cases the server does not respond? Maybe it could be some guide for me...
Best Regards,
Lucas
@lukasz.manterys