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

bug(api)!: remove timeout code #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

msabramo
Copy link
Owner

@msabramo msabramo commented Dec 27, 2021

BREAKING CHANGE: Remove timeout code and timeout parameter from method signatures, because it gives the impression of doing something, but seems to be ineffective (see #44 (comment)).

Fixes: GH-44

Sem-Ver: api-break

@msabramo msabramo changed the title feat(api)!: remove timeout code bug(api)!: remove timeout code Dec 27, 2021
@msabramo msabramo force-pushed the remove-timeout-code branch 3 times, most recently from 2cc0ec6 to 114cc0b Compare December 27, 2021 23:05
BREAKING CHANGE: Remove timeout code and `timeout` parameter from method
signatures, because it gives the impression of doing something, but
seems to be ineffective (see
#44 (comment)).

Sem-Ver: api-break
This is a UNIX domain socket server that accepts connections and never
responds, so that we can test timeouts on the client side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

requests-unixsocket should use the same timeout interface as requests.
1 participant