multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Protect manager connection from race conditions in MMPClient #256

Closed LourensVeen closed 10 months ago

LourensVeen commented 1 year ago

This adds locking around the connection to the manager, which ensures there are no race conditions between log messages being sent to the manager by the main thread, and profiling information being sent to the manager by the profiling communication background thread.

LourensVeen commented 10 months ago

Addresses #247.