Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Setting socket options may fail if remote has already disappeared #399

Merged

Commits on Jan 23, 2023

  1. Setting socket options may fail if remote has already disappeared

    By the time we come around to accepting a connection on macOS, the
    remote may have already disappeared, in which case setting options on
    the socket may fail with an error.
    
    Instead of failing and shutting down the server we want to continue, so
    move the setting of socket options into the try/except block and log the
    error instead.
    digitalresistor committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5903d58 View commit details
    Browse the repository at this point in the history