I am doing a weak network environment test. I connect my Android phone to a wireless network that limits the upload speed. I upload pictures (the speed is limited to 10kb, about 450kb). I find that every time the picture is sent out, it is very fast, but it is very slow to wait for the background to return. (the background will return an image and id), will often time out
.the background only does one operation, which is to save the picture and return the saved id to me
I would like to ask whether this problem should be solved by Android or backstage?