quinchs / EdgeDB.Net

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

Client pool disposing and releasing all connected clients #4

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Currently, there is no way to dispose or release all clients within a client pool. The client pool should contain a method to disconnect all clients which should stop all in progress queries safely.

i0bs commented 2 years ago

oui