You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
split monitoring router into radio-specific receivers: zmq and UDP
this is in preparation for pluggable/configurable radios: see PR #3315
in that future work, these receivers wont be launched unless configured... or at least, the UDP one won't (and similarly the filesystem one)
and in pluggable mode we would expect arbitrary new receivers to exist
so then theres no reason for these ones to be special
this opens up, in a future PR, the ability to not need to poll at such a high frequency - or at all... the poll-timeout is to allow the other poll to happen, but this PR makes those two polls happen in two threads.
0 commit comments