add: broadcast socket id for user sockets
This commit is contained in:
parent
ecde5d3d46
commit
1724f798ca
6 changed files with 48 additions and 16 deletions
|
@ -14,6 +14,8 @@ pub enum PacketType {
|
|||
Text,
|
||||
/// A CRUD operation.
|
||||
Crud(CrudMessageType),
|
||||
/// A text key which identifies the socket.
|
||||
Key,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue