Android Question [CLOSED] Problem with OKHttp2

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
Trying to hit Here Places API (https://places.cit.api.here.com/places/v1/autosuggest) I take the following errors:
B4X:
Class okio.SegmentPool failed lock verification and will run slower.
*** Service (httputils2service) Create ***
(Http client initialized with accept all option.)
Class okhttp3.Dispatcher failed lock verification and will run slower.
Class okhttp3.ConnectionPool failed lock verification and will run slower.
Class okhttp3.ConnectionPool$1 failed lock verification and will run slower.
** Service (httputils2service) Start **
Class anywheresoftware.b4a.B4AThreadPool failed lock verification and will run slower.
Class okhttp3.RealCall failed lock verification and will run slower.
Class okhttp3.internal.connection.StreamAllocation failed lock verification and will run slower.
Class okio.AsyncTimeout$Watchdog failed lock verification and will run slower.
Class okhttp3.internal.http.HttpDate failed lock verification and will run slower.
What do these errors mean?
Note that before B4A v10 it was working.

Thank you in advance!

UPDATE:
It finally was a problem with a font of a view.
 
Last edited:
Top