EventStore / EventStoreDB-Client-Dotnet-Legacy

1 stars 9 forks source link

Catch exceptions when establishing a TCP connection #69

Closed hayley-jean closed 2 years ago

hayley-jean commented 2 years ago

Set the connection back into connecting mode so that the connection is retried when an exception is thrown in EstablishTcpConnection.

This is needed because DNS resolution can fail when creating the TCP Connection.