-
Notifications
You must be signed in to change notification settings - Fork 158
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
Error starting timeout #484
Comments
After upgrading vdebug , I have the same error showing up during debug... when an ajax takes some times (difficult to measure that) |
Could you create simple steps to reproduce? I have tried to reproduce but not yet encountered this socket.timeout issue |
@Mte90 I don't think the timeout is related to the empty stacktrace |
when I tested I changed the code to get more seconds, as I can remember the error was still there. |
It is difficult to make steps to reproduce. But for me I can reproduce each time I have a process on backend that takes more than 30s to process. eg. series of ajax calls (short ones) are perfectly fine. Then one request needs to wait for a backend task to finish like an upload to some server, big file, upload times is more than 30s. then the error message appear on vim. |
Something I did which endup losing the connection. When running. Vim breaks at the first breakpoint. Then when pressing F5 then display a actually |
So |
@dave2309 thanks, I'll look into it further |
I may have found something. if change to error is gone. can you confirm @Mte90 ? If it is the "culprit" maybe a configuration value would be interesting to define here |
@dave2309 the client should not set the timeout there, I overlooked that |
move the client.settimeout back to the socket fixes #484 Signed-off-by: BlackEagle <[email protected]>
Thanks for the additional input, this helped finding the issue |
nm |
I am getting this error maybe is connected to #403?
The log when this error is happening: https://pastebin.com/qwGYmnFu
Anyway this error block the opening of the various buffers with the informations.
The text was updated successfully, but these errors were encountered: