stopQueuing #
Stops the requests queuing.
Works only in offline
state, and if the autoQueue
option is set to false.
Signature #
kuzzleio::Kuzzle* stopQueuing() noexcept;
Return #
The Kuzzle
instance.
Usage #
kuzzle->stopQueuing();
std::cout << "Kuzzle will not auto queue next requests" << std::endl;
Edit this page on Github(opens new window)