mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-13 17:17:35 +02:00
remove unknown message from handler.
This commit is contained in:
parent
a95a987fb6
commit
47d0359106
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ func (h *MessageHandlerCtx) Message(session types.Session, raw []byte) bool {
|
||||||
return h.sendBroadcast(session, payload)
|
return h.sendBroadcast(session, payload)
|
||||||
})
|
})
|
||||||
default:
|
default:
|
||||||
logger.Warn().Str("event", header.Event).Msg("unknown message event")
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue