| 523 | } |
| 524 | |
| 525 | bool Client::fuzzLoopReconnect() |
| 526 | { |
| 527 | connection->disconnect(); |
| 528 | return tryToReconnect(fuzz_config->max_reconnection_attempts, fuzz_config->time_to_sleep_between_reconnects); |
| 529 | } |
| 530 | |
| 531 | static void runExternalCommand( |
| 532 | std::unique_ptr<BuzzHouse::ExternalIntegrations> & external_integrations, |
nothing calls this directly
no test coverage detected