test build
Some checks failed
Build and Publish / Metadata (push) Successful in 14s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 57s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m12s

This commit is contained in:
matst80
2025-10-15 12:52:49 +02:00
parent 9d202af55b
commit abca60490b
2 changed files with 5 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ func startMutationConsumer(ctx context.Context, conn *amqp.Connection, hub *Hub)
return
case m, ok := <-msgs:
if !ok {
log.Print("no message")
log.Print("no message, would have closed")
continue
}
// Log and broadcast to all websocket clients