khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.02k stars 37 forks source link

`ConnectedClient` needs a way to list all sessions #269

Closed ecton closed 1 year ago

ecton commented 1 year ago

Currently there is only a way to get access to a session if you know its SessionId. There should be a way to iterate over all sessions or session ids for a client.