1483 fix timeout
Description
Error handling for timeout and other network error is updated.
Technical details
Previously timeout
is handled with withTimeout
of coroutine. Now timeout and other network errors handled by handling the exception from okhttpClient
.