emitWithAck returning No ACK
@nuclearace Need help
@drekka @bazza @nuclearace
Because ack is required server send an ack back
@hourksavet The server is successfully sending the acknowledgment back, as confirmed by testing in Postman. However, there's an issue: when the request is sent from an iOS, the server-side logs do not show the parameters. Interestingly, the parameters are visible in the logs when the request is sent from 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"
@hourksavet I increase the timeout = 20 but still getting the same error "NO ACK"
Please check your formate data to emit, is formate [String: Any] or [Any] or not
If your side follow by docs to emitWithAck, check logic ack code server side.
@hourksavet @nuclearace I've tested with both [String: Any] and [Any], but I'm encountering the same error
I am using v15.2.0 and test with v16.1.0; It working. Maybe server side do eat you.
NO ACK because your service side not call ack back.
Namespace concatenate extra comma while connecting to server namespace