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
Only saw this once, and was running a horribly slow VM on a heavily taxed system. The theory of this is follows:
The 'heartbeat' timer ticks and sees that the pending 'check for update'. task needs running. The way this is implemented is via a BeginInvoke over to the UI thread.
HOWEVER because it's done this way, if the UI thread is blocked, then wakes up, shows a dialog, and starts processing these 'being invoked' tasks under the dialog, they can nest.
Operating system version
All
Program version (from About box)
1.0.0.4499
Expected behavior
Prompt to update firmware only happens once each time cart is connected to UI.
Actual behavior
Prompt to update firmware appears more than once when cart is connected.
Steps to reproduce
Crash log if available (paste or attach)
N/A
The text was updated successfully, but these errors were encountered: