Simplest way to delay a channel of a stream #1704
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Sep 18, 2024
Replies: 1 comment 1 reply
-
If you just need to process a simple channel you can use the Delay effect. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you just need to process a simple channel you can use the Delay effect.
You can also implement your own processing logic easily with the help of the CallbackStream class.