wait_for_response = function() local response repeat love.timer.sleep(0.01) response = live.receive_from_app() until response return response end