This commit is contained in:
2023-12-03 21:57:27 +01:00
parent edc90fc5ec
commit ab9a439081
3 changed files with 8 additions and 6 deletions

View File

@ -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")
}