🔊 Verbose logging at receive broadcasting event

This commit is contained in:
2024-12-03 21:49:41 +08:00
parent 3074cd93d8
commit bede9716f1
2 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,8 @@ import (
)
func (v *App) BroadcastEvent(ctx context.Context, request *proto.EventInfo) (*proto.EventResponse, error) {
log.Debug().Str("event", request.GetEvent()).
Msg("Got a broadcasting event...")
switch request.GetEvent() {
case "ws.client.register":
// No longer need update user online status