quinchs / EdgeDB.Net

C# edgedb client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client pool disposing and releasing all connected clients

quinchs opened this issue · comments

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.

oui