quinchs / EdgeDB.Net

C# edgedb client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconnection logic with error codes

quinchs opened this issue · comments

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