sinis
2 years agoContributor
Threading error while doing Unit Testing
I am trying to create unit tests for a method in my application. But in the middle I am getting an error related to threading.
See https://stackoverflow.com/questions/12159/how-should-i-unit-test-multithreaded-code
You need to try and redesign the code better, but it might be tricky.