Skip to content

Commit

Permalink
WTEL-4498
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Apr 30, 2024
1 parent 968cf17 commit e519dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mq/rabbit/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ func (a *AMQP) readMessage(msg *amqp.Delivery) {
wlog.Error(fmt.Sprintf("%s :\n%s", err.Error(), string(msg.Body)))
return
}
if ev.Event == "heartbeat" {
return // TODO
}
a.callEvent <- ev

case model.ChatExchange:
Expand Down

0 comments on commit e519dcd

Please sign in to comment.