With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but must have hundreds of them. Then pause the application and you will see the application waiting in a lock() statement.
Comments: Hello, We are using, MvvmLight v5.3.0.19026 in a multi threaded environment, where in the message is send to another view model using "5.3.0.19026" in very quick succession. Upon concurrency profiling, I found out that the locks still happens on this line. So is this issue resolved already in this version or I am missing something here? Thanks for help
Comments: Hello, We are using, MvvmLight v5.3.0.19026 in a multi threaded environment, where in the message is send to another view model using "5.3.0.19026" in very quick succession. Upon concurrency profiling, I found out that the locks still happens on this line. So is this issue resolved already in this version or I am missing something here? Thanks for help