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
Looking through the code, it seems like ResultSinks can be created (or rather, build()ed) with broadcast=False. Am I right, however, that this option isn't currently exposed to the user?
If so, would a PR that added broadcast as an optional parameter for the __init__ of a ResultsChannel and then used that parameter when creating a sink for it in
Looking through the code, it seems like
ResultSink
s can be created (or rather,build()
ed) withbroadcast=False
. Am I right, however, that this option isn't currently exposed to the user?If so, would a PR that added
broadcast
as an optional parameter for the__init__
of aResultsChannel
and then used that parameter when creating a sink for it inndscan/ndscan/experiment/entry_point.py
Lines 280 to 286 in b7f335b
sound like a good idea?
The text was updated successfully, but these errors were encountered: