After that I wrap all the code for handle a single...
# coroutines
o
After that I wrap all the code for handle a single WebSocket in a
launch(CommonPool)
, so I can run multiple jobs at the same time. Is it right?