-- @/lua/ge/extensions/core/online.lua:194 -- called by c++ after a request is done. Any processing must happen in the finish callback above, not here local function clearRequest(id) requests[id] = nil end