FairMQ icon indicating copy to clipboard operation
FairMQ copied to clipboard

Introduce `chans.name[i].connected_peers` property key

Open dennisklein opened this issue 3 years ago • 0 comments

This will need a bit of internal refactoring (consolidation of zmq event consumption with rate logger thread, as well as introduction of read-only properties), but will add thread-safe and async APIs on top of Channel::GetNumberOfConnectedPeers() - also needed to see this info from a plugin (e.g. currently used by built-in interactive controller via temporary PluginServices::GetNumberOfConnectedPeers).

dennisklein avatar Oct 19 '21 07:10 dennisklein