getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

List of Active Subscription Queries #132

Open kndoshn opened 4 months ago

kndoshn commented 4 months ago

Details

How

ditto.sync.subscriptions {
  print($0.queryString, $0.queryArguments, $0.isCanceled)
}
bplattenburg commented 3 months ago

Great idea! Cloned to DittoAndroidTools here: https://github.com/getditto/DittoAndroidTools/issues/115

texasRanger09 commented 2 months ago

Are we thinking a separate tool for this or added functionality to a tool like the DataBrowser?

okdistribute commented 2 months ago

This will also be part of 4.9 small peer info in the device dashboard. I know this tool covers small peer use only but just thought it's worth pointing out!