Forum Discussion
TheEndless
10 years agoRoku Guru
"SoN9ne" wrote:
One last question... I can no longer do a timeout since this is in the main loop. There are multiple roUrlEvent's so there isn't a way (that I noticed) to identify which is which. Is this something I need to handle in the code or does roUrlEvent handle this internally? Personally, I'd like to log the event for later use but that's not really an issue.
roUrlTransfer has a GetIdentity() method that returns a unique identifier for that request. roUrlEvent has a companion GetSourceIdentity() method that returns that same ID, so you can identify which request the event is for.