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
Currently, if we have an output port with no sinks, messages are send to the queue and never dequeued. In addition to the performance issue, this could cause the block to hang if the queue gets too full.
Workaround: hook empty output ports to a null block.
The text was updated successfully, but these errors were encountered:
Currently, if we have an output port with no sinks, messages are send to the queue and never dequeued. In addition to the performance issue, this could cause the block to hang if the queue gets too full.
Workaround: hook empty output ports to a null block.
The text was updated successfully, but these errors were encountered: