I have an app that call few async request after login (~6), each request open new thread.
when I run the app on One plus 6 - android 9.0, I get for most of the requests "unknown host".
at the logs I see:
E/OnePlusSmartBoostManager: socket connect
E/OnePlusSmartBoostManager: cmd: iop_start 26691
and after that all the rest of the requests success.
any idea? how can I make the socket connect before?
Comments
Post a Comment