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

Commits on Dec 28, 2021

  1. bug(api)!: remove timeout code

    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
    msabramo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    073b549 View commit details
    Browse the repository at this point in the history
  2. Add timeout_socket_server.py

    This is a UNIX domain socket server that accepts connections and never
    responds, so that we can test timeouts on the client side.
    msabramo committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    44f9fa2 View commit details
    Browse the repository at this point in the history