Gui\Ipc\Sender::tick PHP Method

tick() public method

Check and send queued messages
public tick ( ) : void
return void
    public function tick()
    {
        if (strlen($this->sendLaterMessagesBuffer) > 0) {
            $this->writeOnStream();
        }
    }