You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the "call" function to upload data to meteor web server on my android mobile app, but sometimes the client can not reach the network. I would like to prevent the request after the client mobile has tried to send data at the first time and not to try to send again.
I mean that i would like to set the system(client side) is only try to send data one time, if the connection is fail or cause exception then the "call" request will be cancelled and it (ddp) will not to try to upload.
The text was updated successfully, but these errors were encountered:
I have used the "call" function to upload data to meteor web server on my android mobile app, but sometimes the client can not reach the network. I would like to prevent the request after the client mobile has tried to send data at the first time and not to try to send again.
I mean that i would like to set the system(client side) is only try to send data one time, if the connection is fail or cause exception then the "call" request will be cancelled and it (ddp) will not to try to upload.
The text was updated successfully, but these errors were encountered: