Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully handle errors in socket creation (#662)
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
- Loading branch information