sdk-go
sdk-go copied to clipboard
Infinite loop on AMQP disconnect
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)