mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-29 09:20:54 +00:00
Let's start caching some of the backlog data on the server
This commit is contained in:
parent
8918b9ac3a
commit
ae1306387e
4 changed files with 214 additions and 7 deletions
|
@ -54,6 +54,8 @@ func HandleHello(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (r
|
|||
client.ClientID = uuid.NewV4()
|
||||
}
|
||||
|
||||
SubscribeGlobal(client)
|
||||
|
||||
return ClientMessage{
|
||||
Arguments: client.ClientID.String(),
|
||||
}, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue