1
0
Fork 0
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:
Kane York 2015-10-26 10:07:15 -07:00
parent 8918b9ac3a
commit ae1306387e
4 changed files with 214 additions and 7 deletions

View file

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