tanjera / infirmary-integrated

Medical device simulator for training healthcare professionals.
http://www.infirmary-integrated.com/
Other
40 stars 5 forks source link

Mirroring: Apply Mirror -> Apply Parameters runs full server query multiple times. #90

Closed tanjera closed 4 years ago

tanjera commented 4 years ago

First sequence, runs query once. Seconds sequence, runs query twice consecutively. Third+ sequences, runs query three times consecutively.

May actually run more than 3 times on consecutive runs... May need to reset BackgroundWorker?

Check call stack?

tanjera commented 4 years ago

Fixed in upcoming commit; DoWork += delegate stacking needed resetting (new BackgroundWorker)