sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Infinite loop on AMQP disconnect

Open canni opened this issue 1 year ago • 3 comments

Currently there's no way to prevent infinite loop here: https://github.com/cloudevents/sdk-go/blob/04ed212498e406a218b44a6067400e76281bd169/v2/client/client.go#L255 In my case if my connection to AMQP broker dies the continue statement a line below the mentioned above just spins the loop indefinitely.

(My broker is RabbitMQ + AMQP 1.0 plugin)

canni avatar Feb 10 '24 00:02 canni