Skip to content

Fix timeout#147

Open
bASEstr wants to merge 1 commit intoBarRaider:masterfrom
bASEstr:bASEstr-timeout-patch-1
Open

Fix timeout#147
bASEstr wants to merge 1 commit intoBarRaider:masterfrom
bASEstr:bASEstr-timeout-patch-1

Conversation

@bASEstr
Copy link

@bASEstr bASEstr commented Mar 19, 2026

Timeout was using wsTimeout.Milliseconds which only takes the millisecond part of wsTimeout rather than the timespan in milliseconds, which meant that the task waited 0 milliseconds. It was also never checked, so requests would be waited for perpetually, hanging any application waiting for a response.

Timeout was using wsTimeout.Milliseconds which only takes the millisecond part of wsTimeout rather than the timespan in milliseconds, which meant that the task waited 0 milliseconds.
It was also never checked, so requests would be waited for perpetually, hanging any application waiting for a response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant