treddy73

Results 2 comments of treddy73

I'm having the same problems I've described in issue #3 ... one thread deletes the record ... another other one tries to update it ... CoreData can't fulfill a fault...

I'm not a C# developer, but I'm wondering if this bit of code in `SchedulesDirect.cs`is the culprit: ``` if (ex.StatusCode.HasValue && ex.StatusCode.Value == HttpStatusCode.BadRequest) { _tokens.Clear(); _lastErrorResponse = DateTime.UtcNow; }...