add: broadcast socket id for user sockets

This commit is contained in:
trisua 2025-05-02 23:29:38 -04:00
parent ecde5d3d46
commit 1724f798ca
6 changed files with 48 additions and 16 deletions

View file

@ -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)]