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

Add OnError for SocketException #43

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

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    c10505c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Add OnError for SocketException

    On windows, when trying to connect to localhost, there seems to be an edge case where instead of timing out or anything like that, windows knows better and raises a socket exception here: "System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host.", which of course doesnt make any sense whatsoever if there's not a server listening to begin with (should be a connection refused really), but thats how it is
    imerr authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    926af1c View commit details
    Browse the repository at this point in the history