Pierantonio Merlino
Pierantonio Merlino
@s-leo I cannot download the test bundle since it is private... Could you share it, so we can test on a device? Thanks!
@s-leo I tried your test bundle also on a RPi3 with the same SIGSEGV. Without the bundle, indeed, the usb events are correctly caught and no crash accours. Definitely, more...
Hi @s-leo, sorry for the late reply. I should admit that I wasn't able to find the cause of this issue... I've planned to come back to this as soon...
The RPi with Raspbian Buster (10) has the hostapd tool compiled with the `CONFIG_ACS=y`, so it is possible to enable the ACS.
Some comments regarding channel, frequencies and acs: - Kura can configure wifi AP only at 2.4GHz even if the underlying hw/sw supports 5GHz. In particular, Kura supports ieee80211 b/g/n -...
@LeoNerdoG I can't reproduce this issue. Which browser are you using? Have you tried to modify the window size when this happen?
@MMaiero Yes, we need a CQ for this.
The `getDevices` method returns only the cached devices, not the devices that are currently in range. You should perform a discovery, using the `start/stopDiscovery` methods and then get the Devices....
I confirm this issue. I tested it trying to connect to a TiSensorTag. Any news on a fix?
BTW, to avoid this race condition, the application should wait until the `getServicesResolved` in `BluetoohDevice` returns true before issuing a find for a service or characteristic.