mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-24 08:05:02 +01:00
add rmq integration test
This commit is contained in:
@@ -193,6 +193,7 @@ func (client *DefaultClient) SubscribeToLndInvoices(ctx context.Context, handler
|
||||
return err
|
||||
}
|
||||
|
||||
client.logger.Info("Starting RabbitMQ consumer loop")
|
||||
for {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
|
||||
Reference in New Issue
Block a user