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
The StreamSink abstract class provides a protected method for generating the stream logging observable. Currently this operator only allows using the Path property as the base file name to the generated stream.
Implementation of operators supporting demultiplexing of multiple streams would be supported by providing a new overload accepting a fixed path parameter to be used instead of the base property.
The text was updated successfully, but these errors were encountered:
The
StreamSink
abstract class provides a protected method for generating the stream logging observable. Currently this operator only allows using thePath
property as the base file name to the generated stream.bonsai/Bonsai.System/IO/StreamSink.cs
Line 109 in c602b54
Implementation of operators supporting demultiplexing of multiple streams would be supported by providing a new overload accepting a fixed
path
parameter to be used instead of the base property.The text was updated successfully, but these errors were encountered: