Bug #1595

Starting account monitoring causes erratic IoC errors

Added by Panagiotis Kanavos over 12 years ago. Updated over 12 years ago.

Status:Closed Start date:11/01/2011
Priority:High Due date:
Assignee:Panagiotis Kanavos % Done:

0%

Category:Taskbar app Spent time: -
Target version:-

Description

Probably due to race conditions.

MonitorAccount is an async function because starting to monitor an account may take a long time, especially if the network is unstable.

History

#1 Updated by Panagiotis Kanavos over 12 years ago

  • Status changed from New to Closed

Resolved by using Task.Factory.Iterate over an enumeration of all MonitorAccount results. This ensures that all monitor operations will start on the same thread

Also available in: Atom PDF