This commit is contained in:
苏尹岚
2020-12-04 15:19:47 +08:00
parent 513e176bf6
commit fb72d68235

View File

@@ -74,6 +74,7 @@ func (c *EventController) TestWebsocket() {
if len(messageGroups) == 0 {
return
}
fmt.Println("11111111111111111111111111111111111111111111111", userID)
clientUser[userID] = ws
clientsHeart[userID] = ws
for _, v := range messageGroups {