Matebo
Matebo
I sometimes get this error causing test execution to stop. It does not always occur, and sometimes occurs on different tests. Versions: "cypress": "^11.2.0", "cypress-ntlm-auth": "^4.1.1", Any suggestions? ``` Running:...
``` const {createBluetooth} = require('node-ble') const {bluetooth, destroy} = createBluetooth() async function main(){ const adapter = await bluetooth.defaultAdapter() async function search(){ if (! await adapter.isDiscovering()){ await adapter.startDiscovery() } const devices...
### Problem After about 0 to 10 minutes of scanning it get stuck in the function discoverSomeServicesAndCharacteristicsAsync. Any suggestions? ### Scanning code ``` const noble = require('@abandonware/noble/with-custom-binding')({extended: true}); noble.on('stateChange', async...