node-red-quantum / node-red-contrib-quantum

Quantum computing functionality for Node-RED
https://node-red-quantum.github.io/
Apache License 2.0
16 stars 2 forks source link

bug fix #87 #103

Closed bbaayezi closed 3 years ago

bbaayezi commented 3 years ago

await circuitReady freezes execution in quantum-register.js #87

Purpose

fix bug mentioned in issue #87

Changes

use process.nextTick() to make sure all quantum register nodes has advanced to await circuitReady() line before the emmision circuitReady event.