Marcel Pintó Biescas

Results 20 comments of Marcel Pintó Biescas
trafficstars

Finally, we publish our SSE library (OkSse) https://github.com/heremaps/oksse

Hi, can you share how do you set the StrictMode, I tried with ``` StrictMode.enableDefaults(); ``` And ``` StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().detectAll().build()); ``` Could not manage to see any StrictMode complains. Also...

From OkHttp docs > Calls can be canceled from any thread. This will fail the call if it hasn’t yet completed! Code that is writing the request body or reading...

I did not try the VM policy either with the penalty log, I will, but as mentioned in the other comment is it safe to call cancel from any thread

I just merged the fix, please try the new version and let me know if the warning is solved

@kashesoft could you make sure you are using the last version and if so, copy the logcat and the strict policy configuration you are using?

Can you put the error here please

Yes, probably I can do that, I'll see If I find time for it. Thanks El dv., 6 març, 2015 00:51 Sam Duke [email protected] va escriure: > I'll try an...

I was struggling with the same issue today. Not only this, but it affects all the other functions, they all started to fail because of memory limit. For now, the...

Thanks for checking @MichaelDoyle. Here is a trace with http uri: ``` { "traceId": "6c12bb2a187384f19e5b85d44344898a", "displayName": "botFlow", "startTime": 1724920193932, "endTime": 1724920196744.0784, "spans": { "ce39882615275f30": { "spanId": "ce39882615275f30", "traceId": "6c12bb2a187384f19e5b85d44344898a", "parentSpanId":...