When internet network is slow, it's quite common to see error message below during data upload.
RequestTimeout Message: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed
Sometimes, retry can work, but for most of the time, it does not work even after retries several times.
What can cause this problem? And what's "timeout period"?
When internet network is slow, it's quite common to see error message below during data upload.
RequestTimeout Message: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed
Sometimes, retry can work, but for most of the time, it does not work even after retries several times.
What can cause this problem? And what's "timeout period"?