feature/backoffice #6

Merged
mats merged 24 commits from feature/backoffice into main 2025-10-16 09:46:07 +02:00
Showing only changes of commit 9d202af55b - Show all commits

View File

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