Forum Discussion
RokuKC
10 years agoRoku Employee
Once you've started an async operation (AsyncGet*/AsyncPost*) on a roUrlTransfer object, that object is busy until the operation completes.
If you call any function (well, most any function used for configuration or starting an operation, that is) on the roUrlTransfer while it is busy, that function call is a no-op and the diagnostic message is printed.
If you call any function (well, most any function used for configuration or starting an operation, that is) on the roUrlTransfer while it is busy, that function call is a no-op and the diagnostic message is printed.