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
However, output channels in pipeline stages are automatically closed. That causes that some asynchronous operations require to implement extra synchronization mechanisms to double check that the output channel is not close.
While we can keep automatic close of channels by default, we can provide an extra graph/node builder argument to allow explicit closing of output channels.
The text was updated successfully, but these errors were encountered:
There is a maximum in golang that says:
However, output channels in pipeline stages are automatically closed. That causes that some asynchronous operations require to implement extra synchronization mechanisms to double check that the output channel is not close.
While we can keep automatic close of channels by default, we can provide an extra graph/node builder argument to allow explicit closing of output channels.
The text was updated successfully, but these errors were encountered: