waiter::ready is called when a listener is ready.
| 234 | |
| 235 | // waiter::ready is called when a listener is ready. |
| 236 | void ready() override { |
| 237 | container_.connect(s1->url(), proton::connection_options().failover_urls({})); |
| 238 | } |
| 239 | |
| 240 | void run() { |
| 241 | container_.run(); |
nothing calls this directly
no test coverage detected