You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bleno.stopAdvertising();// corresponds to log "BlenoBleServer advertisingStop"Bleno.disconnect()
As you see Bleno is also disconnecting (whyever it is logged twice) ... but after this it still logs an advertise enable ...
PS: It would halp a lot to understand deps when the package.json published in github would be in sync with current version ... for all 3 projects (chi.socket, bleno and noble)the package.json is highly outdated at least from a version perspective
The text was updated successfully, but these errors were encountered:
I m using Bleno in matter.js and the onoff-advanced" example uses Bleno to support Device commissioning with BLE.
When the device is stopped I call "Bleno.disconnect()" but then sometimes the process still "hangs" and does not stop. I need to kill manually.
Versions:
matter.js-monorepo@ /home/ingof/official-matter.js
└─┬ @matter/[email protected] -> ./packages/nodejs-ble
├─┬ @stoprocent/[email protected]
│ └── @stoprocent/[email protected]
└─┬ @stoprocent/[email protected]
└── @stoprocent/[email protected]
(do not ask me why npm installs different hci-socket versions)
Log then shows:
The code does basically when stopping
As you see Bleno is also disconnecting (whyever it is logged twice) ... but after this it still logs an advertise enable ...
PS: It would halp a lot to understand deps when the package.json published in github would be in sync with current version ... for all 3 projects (chi.socket, bleno and noble)the package.json is highly outdated at least from a version perspective
The text was updated successfully, but these errors were encountered: