The documentation says that networkRequest event.requestId can be used to identify the request. I find this a bit difficult since requestId is a userdata pointer to unkown data and the pointer in the event points to a different address than what network.request returns. As I am doing multiple simultaneous requests I need to know which one has ended.
Any help would be appreciated.