SyncServerII / ServerMain

Original code from https://github.com/crspybits/SyncServerII.git
MIT License
2 stars 0 forks source link

ServerUploader issue #8

Open crspybits opened 3 years ago

crspybits commented 3 years ago

Currently at line 399 in Uploader.swift, I'm putting this as a TODO.

Here's my note in the code 9/20/20: This lookup just failed. And the server is now stuck in terms of deferred operations. Need some means of removing these if they fail more than a set number of times. This looks like an example where I could record this on the deferred upload record as an error-- so the client can know of the failure. If we get this again, one fix would be to remove the DeferredUpload that caused this to fail.