OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Include/Exclude Secondary Controller Segmantation Fault #213

Closed japita-se closed 6 years ago

japita-se commented 6 years ago

I have 2 controllers, A and B. A is the primary. To include B:

  1. On A start addNode()
  2. On B, start receiveConfiguration() => A includes B correctly

To exclude B:

  1. On A start removeNode()
  2. On B, start receiveConfiguration() => segmentation fault