After which a stale image is returned instead of ErrNotFound.
This important to have because VZVNCServer works a bit weirdly, and the following command:
<wait 'Loading complete'><click 'Proceed'>
Might never complete, because the second framebuffer request emitted as a result of running <click 'Proceed'> won't get a response.
It won't get a response because nothing was changed on the screen.
After which a stale image is returned instead of
ErrNotFound.This important to have because
VZVNCServerworks a bit weirdly, and the following command:Might never complete, because the second framebuffer request emitted as a result of running
<click 'Proceed'>won't get a response.It won't get a response because nothing was changed on the screen.