get map stream -> instrument from servicemanager for feeder

This commit is contained in:
2025-05-05 08:32:34 +02:00
parent d683306beb
commit 1ed579f1cb
3 changed files with 10 additions and 3 deletions

View File

@ -254,9 +254,8 @@ class EventStream:
# note: a stream with buffered content might not be ready to emit any event, because
# of filtering
def __init__(self, *udp, instrument=None, **streams):
def __init__(self, *udp, **streams):
self.streams = streams
self.instrument = instrument
self.udp = {v.socket.fileno(): v for v in udp}
def wait_ready(self, timeout):