changes
This commit is contained in:
@ -97,6 +97,7 @@ func InputDispatcher() {
|
||||
handler, exists := handlerMap[mapping.Handler]
|
||||
if exists {
|
||||
handler.Handle(message)
|
||||
break
|
||||
} else {
|
||||
log.Printf("Handler not found, message is lost")
|
||||
}
|
||||
|
Reference in New Issue
Block a user