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
When using the Unbind(Port<T> port) method, there is no check to assert if the unbound pipe and its downstream are still linked to the pipeline or not. If the pipe is fully disconnected of the pipeline the Pipeline attribute should be set to null.
The text was updated successfully, but these errors were encountered:
When using the
Unbind(Port<T> port)
method, there is no check to assert if the unbound pipe and its downstream are still linked to the pipeline or not. If the pipe is fully disconnected of the pipeline thePipeline
attribute should be set tonull
.The text was updated successfully, but these errors were encountered: