FFJMMML76RZEYV75OIQLJTNL4VCRITFDDLWE6KLV7F6C5WXPKFZAC
while true do
local response_string = live.receive_from_app()
if response_string then
Client_app_test_failures = json.decode(response_string)
break
end
love.timer.sleep(0.01)
end
local response = wait_for_response()
Client_app_test_failures = json.decode(response)