Skip to content

Replace use of old TagNProbe class by new threadsafe class

Mark Sutton requested to merge sutt/athena:ug into master

The old TagNProbe class is not thread safe - this uses the newer thread safe version Technically, this is not needed, since the class it is used in is not itself thread safe, but the plan is to remove the old TagNProbe class completely as soon as possible

Merge request reports