Gracefully handle errors in socket creation #662
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "socketcreatefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In all other calls, exceptions are handled within the ManagedSocket class, this can't easily be done here as the exception is thrown from the constructor, so the exception is handled in ISocket and the correct error is passed to the application.
This should fix #660
Download the artifacts for this pull request:
Only for Developers