Closed BlindingRadiance closed 1 year ago
Patch coverage: 33.33
% and no project coverage change.
Comparison is base (
c281a6c
) 88.88% compared to head (890f6bc
) 88.88%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Ah yeah I've been bitten by this timeout inconsistency at work before when trying use to make the query connect go through the corporate proxy. This is definitely a great find and thanks so much for putting together a PR too.
@pogzyb, hi!
Thank you for accepting PR so fast!
So, can you please make new release with the last two merges? It will be great.
@pogzyb, hi!
Thank you for accepting PR so fast!
So, can you please make new release with the last two merges? It will be great.
Sorry for the delay! 1.0.5 is released.
Hi!
I've noticed that in some cases waiting for
_aio_send_and_recv
might take a lot of time since it doesn't have any sort of timeout checks. So I've tried to fix that and make proxy connections also set the specified timeout.