Now we only show we're hung after about 30ms. Most interactions with the client app should round-trip by then.
VLVOYYL33EWVS5JR3KXFM3ECPKQW74JXG3C6ZPZYEKL6TY2XY7EQC
love.graphics.origin()
love.graphics.clear(0,0,0)
love.graphics.setColor(1,1,1)
love.graphics.print('Waiting for app to respond...', 30,30)
love.graphics.present()
if i >= 3 then
love.graphics.origin()
love.graphics.clear(0,0,0)
love.graphics.setColor(1,1,1)
love.graphics.print('Waiting for app to respond...', 30,30)
love.graphics.present()
end