Open tomcarver opened 7 years ago
Thanks for the reply! Yeah I'd found this thread before. If I got this exception on every call to MixpanelClient.GetCurrentClient()
then I'd agree, account permissions could explain it. But this code has run without error for a few weeks before throwing the exception with no change to the environment or any of the user accounts, and every call to the API is prompted by the same route into the application (HTTP request to Nancy).
Sorry to post a cryptic issue but I can't really follow where the problem is... it's only happened once, the rest of the time everything works fine, but killing the process does make you sit up and take notice:
On one occasion immediately after calling
MixpanelClient.GetCurrentClient()
, the following exception occurred. The exception bubbles all the way toThreadPoolWorkQueue
without being handled and this takes out the whole process.The hard disk has multiple GB free and I can't find any clues in the IsolatedStorage docs or forum posts about how this could occur sometimes and not others - it feels like an "always" or "never" error frankly.... but it definitely happened so I thought I'd post it here.
Judging by the timestamps on the latest revision I'm not expecting an immediate fix, but hopefully documenting the issue here can save someone else some time.