From 9d202af55be2068b586f43fcbf81928392ffd5d8 Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 15 Oct 2025 12:51:25 +0200 Subject: [PATCH] more logs --- cmd/backoffice/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/backoffice/main.go b/cmd/backoffice/main.go index 50df960..7ee7975 100644 --- a/cmd/backoffice/main.go +++ b/cmd/backoffice/main.go @@ -75,7 +75,8 @@ func startMutationConsumer(ctx context.Context, conn *amqp.Connection, hub *Hub) return case m, ok := <-msgs: if !ok { - return + log.Print("no message") + continue } // Log and broadcast to all websocket clients log.Printf("mutation event: %s", string(m.Body))