waiter::ready is called when all 3 listeners are ready.
| 195 | |
| 196 | // waiter::ready is called when all 3 listeners are ready. |
| 197 | void ready() override { |
| 198 | container_.connect(s1->url(), proton::connection_options().failover_urls({s2->url(), s3->url()})); |
| 199 | } |
| 200 | |
| 201 | void run() { |
| 202 | container_.run(); |
nothing calls this directly
no test coverage detected