-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTcpClientPtr Client Send() returned TRUE, but data cannot be transmitted. #302
Comments
|
AUTH_PKT_LEN is 40 bytes. Only Auth data is transmitted.
|
Use system ::GetLastError() to get error. and if OnSend event fired, means that send ok. |
::GetLastError() returned 0. |
OnSend event triggered? |
Yeah, When first AUTH data is transmitted, OnSend event triggered. Previously, when I developed by loading the source code of HPSocket, Data communication worked properly. |
try dynamic library ... And the include files version must match the library version. What's HP-Socket version ? |
Sorry, How can i check HP-Socket version? |
version defined in
|
In |
@mnt-github correct |
Through several tests, i verified that there were no errors in the socket server.
Code is below.
The data is transmitted the first time, but not again after that.
I defined HPSOCKET_STATIC_LIB at Project Property Page -> C/C++ -> Preprocessor -> Preprocessor Definitions.
Please, Help me.
The text was updated successfully, but these errors were encountered: