-
Notifications
You must be signed in to change notification settings - Fork 841
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
emitWithAck returning No ACK #1489
Comments
@hourksavet The server is successfully sending the acknowledgment back, as confirmed by testing in Postman. |
@hourksavet brother please see the below image for request from postman |
You set "timeout" = 1 second it too short time for sending data. Please test to increase your timeout. timeout will kill your emit thread. Timeout it like to API request timeout |
@hourksavet I increase the timeout = 20 but still getting the same error "NO ACK" |
Please check your formate data to emit, is formate |
@hourksavet @nuclearace |
I am using v15.2.0 and test with v16.1.0; It working. Maybe server side do eat you. |
@nuclearace Need help
The text was updated successfully, but these errors were encountered: