async-tungstenite
This commit is contained in:
parent
9729fb0c09
commit
1baaad2f76
10 changed files with 423 additions and 272 deletions
|
|
@ -2,7 +2,7 @@ use tokio::sync::mpsc::UnboundedSender;
|
|||
use tungstenite::Utf8Bytes;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Caller {
|
||||
pub user_id: Uuid,
|
||||
pub tx: UnboundedSender<Utf8Bytes>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue