You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elmah.io client should implement some sort of clientside queue. In best case this would be async and messages on the queue persisted on disk. This way logging to elmah.io is super fast and can be resumed if the application restarts.
The text was updated successfully, but these errors were encountered:
The new QueueBackgroundWorkItem in .NET 4.5.2 looks like a great solution to this problem. I need to investigate what this method does, if the caller isn't in a web context. The elmah.io client can be used from other contexts like a console app, why this should continue to work.
The elmah.io client should implement some sort of clientside queue. In best case this would be async and messages on the queue persisted on disk. This way logging to elmah.io is super fast and can be resumed if the application restarts.
The text was updated successfully, but these errors were encountered: