test build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user