How long does a SetDurable request last? Is it cached in some kind of file on the device, or is the request killed if the application is fully closed?
Best Answer
J
Jason McIntosh
said
almost 5 years ago
As far as I understand, it's stored on the device fie system until the next connection is available to retry (presumably across app sessions, too). I don't know how many times it will retry or in what time intervals or if you can cancel a pending request, though.
As far as I understand, it's stored on the device fie system until the next connection is available to retry (presumably across app sessions, too). I don't know how many times it will retry or in what time intervals or if you can cancel a pending request, though.
M
Matthew LeHew
said
almost 5 years ago
That's definitely good to know if it stays in the filesystem, that's what I was hoping for. I was worried the request would be abandoned if the user exited the game (as in fully closing it from a task manager, not just suspending it).
Customer Support
said
almost 5 years ago
Hey Matthew,
That is correct, the durable request are stored in a file in the apps folder (you can check this for yourself if you find the app's local folder), and the next time a connection is made those requests in the file will be sent until it is cleared.
Matthew LeHew
Hi,
How long does a SetDurable request last? Is it cached in some kind of file on the device, or is the request killed if the application is fully closed?
As far as I understand, it's stored on the device fie system until the next connection is available to retry (presumably across app sessions, too). I don't know how many times it will retry or in what time intervals or if you can cancel a pending request, though.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstJason McIntosh
As far as I understand, it's stored on the device fie system until the next connection is available to retry (presumably across app sessions, too). I don't know how many times it will retry or in what time intervals or if you can cancel a pending request, though.
Matthew LeHew
That's definitely good to know if it stays in the filesystem, that's what I was hoping for. I was worried the request would be abandoned if the user exited the game (as in fully closing it from a task manager, not just suspending it).
Customer Support
Hey Matthew,
That is correct, the durable request are stored in a file in the apps folder (you can check this for yourself if you find the app's local folder), and the next time a connection is made those requests in the file will be sent until it is cleared.
Sean
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2486 topics