-
Notifications
You must be signed in to change notification settings - Fork 69
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
[BUG] pdf timeout in bad internet environment #48
Comments
Some info:
|
@zhongnansu I don't see why 2 min would behave differently from 1 min or 30s. Would it fail to return response if timeout is 1 min or 30s and the css id selector is something other than |
Normally when I change the css id selector, it should return an error response saying something like "can't find the selector, timeout after XXs"
|
The 2 min socket hang up is likely from the 100000ms issue seems to be caused by some kind of auto-retry requests from client. I added a log when a request hits server API
at This is what it seems to be happening, need to look further to see where the 2 min retry requests come from Actually I tested with context menu with fetch, so it's probably something on server side |
I tried again with 100000ms, but this time I can get the error response, saying it failed due to a timeout(monitored from devtool). if it's above 100000ms, the "retry" thing happens. Need to figure out where the constraint comes from. some other findings: |
Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 9ce6c2576432e33bf9e570d96eafe848d8ef705b) Co-authored-by: Rupal Mahajan <[email protected]>
Describe the bug
pdf timeout in bad internet environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: