Closed sevoku closed 1 year ago
When the ConnectionString parser fails it'll throw resulting in the caller waiting indefinitely for the result.
Now the exception will be logged and the caller will show an error message as expected.
Building this also turned the initial PR green, so that should also be merged to avoid confusion, will push directly to the repo going forward.
When the ConnectionString parser fails it'll throw resulting in the caller waiting indefinitely for the result.
Now the exception will be logged and the caller will show an error message as expected.