Hi,
I'm implementing CKVS on my own app, having this issue..
Debbuging that, I can figure it out that the Sub HandleQueue, into ClientKVS module, does never fire the JobDone event.. already checked that the local URL is good
Doing the same debug in the CloudKVS B4A example, it does work fine of course
In my app I have had to switch from OkHttpUtils2 to HttpUtils2.. can this be the problem?
I've switched this because I'm also using a HttpJob to send Push messages.. if left OkHttpUtils2, then I had this issue (SetContentType/SetHeader does not exist):
Also, I've tested the CloudKVS B4A example switching OkHttpUtils2 to HttpUtils2.. it does work Ok with both libraries
Mine does compile only with HttpUtils2, but does not fire JobDone.. how can I do? thanks!
I'm implementing CKVS on my own app, having this issue..
Debbuging that, I can figure it out that the Sub HandleQueue, into ClientKVS module, does never fire the JobDone event.. already checked that the local URL is good
Doing the same debug in the CloudKVS B4A example, it does work fine of course
In my app I have had to switch from OkHttpUtils2 to HttpUtils2.. can this be the problem?
I've switched this because I'm also using a HttpJob to send Push messages.. if left OkHttpUtils2, then I had this issue (SetContentType/SetHeader does not exist):
Also, I've tested the CloudKVS B4A example switching OkHttpUtils2 to HttpUtils2.. it does work Ok with both libraries
Mine does compile only with HttpUtils2, but does not fire JobDone.. how can I do? thanks!