Closed
Description
I'm trying to control multiple instances of ZWave JS from the same C# program. For this, I initialize multiple instances of the ZWaveJS.NET.Driver class but as soon as I initialize a second instance, the Driver.Instance of the first instance is overwritten because Driver.Instance is static:
So I think we should refactor the library so that it does not use a singleton pattern for the Driver class. Do you agree ?
Metadata
Metadata
Assignees
Labels
No labels