Hi, everyone Is there any way to quickly ping any ...
# ktor
n
Hi, everyone Is there any way to quickly ping any address to check if internet connection available (I mean to check if internet available in general, not to current address)? P.S. Developing multiplatform project and this function will be in common module.
r
I'd go for `get`ting something similar to http://clients1.google.com/generate_204, because pinging is generally not available on Android to my knowledge.
n
Thanks