We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The payload transfer for OpenSRP ANC tends to break at different points
while that of the sample app transfers 2568950 bytes all in one session without the connection breaking or suspending.
This needs to be tested on ANC and client apps with
to determine why this happens.
For some payloads, the sender seems to have completed sending while the receiver is just hung as if the session is still ongoing.
Also check if the sending device is terminating the connection too early and might need acknowledgement from the receiving device so that it can stop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The payload transfer for OpenSRP ANC tends to break at different points
while that of the sample app transfers 2568950 bytes all in one session without the connection breaking or suspending.
This needs to be tested on ANC and client apps with
to determine why this happens.
For some payloads, the sender seems to have completed sending while the receiver is just hung as if the session is still ongoing.
Also check if the sending device is terminating the connection too early and might need acknowledgement from the receiving device so that it can stop
The text was updated successfully, but these errors were encountered: