add rmq integration test

This commit is contained in:
kiwiidb
2023-04-01 14:52:21 +02:00
parent 6d7e871f33
commit 2af71fe66b
3 changed files with 92 additions and 1 deletions

View File

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