What's the way to send messages back and forth with coroutines? I have a http connection where I do post and it returns a flow with the respond bytes stream . I need to change this to be able to send multiple posts because I want to keep the connection open using keep-alive so I need to send bytes back and forth.