mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
improve actorless echo example
This commit is contained in:
@ -9,7 +9,7 @@ use std::{
|
||||
};
|
||||
|
||||
use rand::{thread_rng, Rng as _};
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
use crate::{Command, ConnId, Msg, RoomId};
|
||||
|
||||
|
Reference in New Issue
Block a user