pyryjook
07/03/2019, 7:45 PMsuspend fun getContent(): String {
val client = HttpClient()
return client.get<String>("<http://www.google.com>")
}
Any ideas on what might cause it?
I came across with the following similar issues, but I was not able to fix the issue of mine based on how the these issues had been solved:
- https://stackoverflow.com/q/56347516/1538877
- https://github.com/ktorio/ktor/issues/678
All the help is appreciated, thanks in advance!Sergioedcigreja
07/03/2019, 8:43 PMpyryjook
07/04/2019, 5:33 AMSergioedcigreja
07/12/2019, 12:44 PMpyryjook
07/14/2019, 2:09 PMgildor
07/29/2019, 9:10 AMpyryjook
07/29/2019, 11:25 AM