StanleyGoldman / TeamPilgrim

Other
2 stars 6 forks source link

Fix backgroundwork is busy exception occurring during check-in. #4

Open ChaseCarlile opened 11 years ago

ChaseCarlile commented 11 years ago

Add !.IsBusy check around the backgroundworker execute statement to handle the following exception that was occurring during check-in: "This BackgroundWorker is currently busy and cannot run multiple tasks concurrently."

Also bumped the version minor from 0.2.1 to 0.2.2.