quinchs / EdgeDB.Net

C# edgedb client
Apache License 2.0
45 stars 3 forks source link

Reconnection logic with error codes #6

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Currently, this set of error codes are not taken into consideration for reconnection. The EdgeDBErrorException should define its ShouldRetry/ShouldReconnect properties based on whats defined in the docs.

Reconnection should also be tested and implemented properly