replayQueue #
Replays the requests queued during offline mode. Works only if the SDK is not in a disconnected
state, and if the autoReplay
option is set to false
.
Return Value #
Returns the Kuzzle
SDK object to allow chaining.
Usage #
<?php
// not implemented (this SDK uses HTTP and is thus stateless)
Edit this page on Github(opens new window)