Skip to content
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

prevent client from hanging at end of tests #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonwinget
Copy link

The client can appear to hang at the end of the tests and the PHP server can hold open the uploading connections longer than desired. This condition will usually happen on poor connections, it does not happen on good high bandwidth low latency connections.

The client can appear to hang at the end of the tests and the PHP server can hold open the uploading connections longer than desired. This condition will usually happen on poor connections, it does not happen on good high bandwidth low latency connections.
@adolfintel
Copy link
Member

Won't this stop the upload test after 15s, causing a reconnection?

@mckaygerhard
Copy link

Won't this stop the upload test after 15s, causing a reconnection?

i guess you have right.. maybe we need more time?

@sstidl
Copy link
Collaborator

sstidl commented Nov 4, 2023

Is this still an issue?

@sstidl sstidl added the question label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants