thomastschurtschenthaler

Results 3 comments of thomastschurtschenthaler

I made changes to use the tasks hash value in the store as you suggested, also the lock ist now released only after the call to task->didFinish. still works fine...

I managed to solve the sync/lock problem by sending the task response on the main thread (via NSObject.performSelectorOnMainThread).

It should not as the response data payload is already provided as byte array by the custom thread. Calls to the task like didReceiveResponse and didReceiveData seem to run on...