Zoltan Demant
07/25/2023, 9:15 AMAccepted/Error
response. If accepted, Id like a sync to happen (all on the server) and for the client to know when the sync has started, and finished. My thinking is that I could solve this by splitting verify and sync into 2 separate requests, once the accepted/ok response arrives, Ill know that the work is finished in both cases. Are there any other, perhaps better ways to approach this or is my thinking correct?Sam
07/25/2023, 9:20 AM100
to indicate that the sync has started, followed by a 200
code when the sync completes. I don’t know how you’d do that in Ktor, though 😄.Sam
07/25/2023, 9:21 AM201 created
response with a URL that the client can use to retrieve the status of the syncZoltan Demant
07/25/2023, 9:24 AMSam
07/25/2023, 9:28 AMSam
07/25/2023, 9:29 AMZoltan Demant
07/25/2023, 10:03 AM