Asynchronous read from multiple streams and streams number is not fixed

vec![
tokio_tungstenite::connect_async("..."),
tokio_tungstenite::connect_async("..."),
....
]

how to loop and select it?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.