quinchs / EdgeDB.Net

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

feature: client pool management #12

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Summary

This PR adds a DisconnectAllAsync method to the client pool that, you guessed it, disconnects all clients that are currently connected.

On top of that this PR also exposes a few properties on the client pool to help users get insights about the client pool.

Closes #4