saravr

Results 9 comments of saravr
trafficstars

@swankjesse thanks. Here is my test code. Possibly I can try using a fake server to create a standalone test. ``` object NetworkModule { private lateinit var webservice: Webservice private...

> Yeah this looks completely reasonable. Any chance you can post a thread dump when it stalls? I’m wondering if it’s stalling in OkHttp or possibly in coroutines somewhere? @swankjesse...

> +1 to a thread dump. > > Also compare the working and non working case with an event listener printing all events including connections. https://square.github.io/okhttp/features/events/ Here is the log...

@swankjesse attaching the frame dump [okhttp.timeout.log](https://github.com/square/okhttp/files/8627769/okhttp.timeout.log) You can see the timeout happing after the log with timestamp `15:27:38.620 1950-2863` Will this help?

@palpatim Thanks for your response. And this will still make a call over network I suppose. I thought, at least server side solution, involves local signing using the certificate. Is...

Hello!, is there at least a workaround we can use until the feature is released? It can help moving forward with development. When I try to use Amplify.Auth where it...

I am having this problem as well (without compose). ``` Function doesn't have or inherit @Throws annotation and thus exception isn't propagated from Kotlin to Objective-C/Swift as NSError. It is...

Must be a client side issue. After disconnecting VPN it worked for me.

@marcbaechinger thank you so much for the detailed response. I will evaluate and try this approach out. I am noticing that some of the popular media playback apps maintain the...