pub async fn client_accept_loop(
    listener: Arc<TcpListener>,
    message_transmitter: Sender<Message>
)
Expand description

Listens to new TCP connections in a loop