Hi! I have a problem with receiving and sending messages. My pipeline is:
- I get lines of words: "xxxxx xxxx xxx xx x" - I want to split it into single words and send also as single message. When I did something like this: There is an error that can not resolve .runWith with such signature. Is is possible to to 'collect' those single words and send them? Maybe that is silly question but I try to solve this for hours and can not find anything.