Skip to content

Possible race-condition in Scpi.cs

This is due to the ScpiEnum having a dictionary that can be accessed from multiple threads. This could be implemented in a concurrent way instead.

This could cause an unrecoverable error in the dictionary.

Edited by Rolf Madsen