mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove unknown message from handler.
This commit is contained in:
parent
a95a987fb6
commit
47d0359106
@ -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…
Reference in New Issue
Block a user