Skip to content

monitoring debug fix

Daniel Charles Craik requested to merge dcraik-monitoring-debug-fix into master

A 0MQ message, identifying which monitoring thread had been freed up, was being sent as a uint and received as a size_t. This worked in the Release build but broke the Debug build as an incorrect index was being reinserted into the list of free monitors.

Merge request reports