Skip to content

What's the benefit of using a channel as an input in v2? #198

Answered by cinar
dschow asked this question in Q&A
Discussion options

You must be logged in to vote

The Compute method maintains the state, so as you provide more input values through the input channel, you'll get more output values. So, don't call Compute multiple times, just continue using the input and result channels in your code.

The input channel can get values from a file, or from the network, and as new input values are available, RSI will compute the next values and return them to you through the result channel.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dschow
Comment options

Answer selected by dschow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants