Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly re-throw caught exception in eager connection code (#550)
To preserve the original stack trace, one needs to use a throw; statement, not re-throw the original exception. See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/exception-handling-statements
- Loading branch information