BLE icon indicating copy to clipboard operation
BLE copied to clipboard

Hangs on pkt = sock.recv(255)

Open avzdk opened this issue 5 years ago • 1 comments

I am trying to run my project with systemd as root. Now it hangs at the the line 206 pkt = sock.recv(255) in parse_events. Worked fine when I was running it in backgruond deamonizedit myself.

Running on raspberryPi

avzdk avatar Feb 04 '20 16:02 avzdk

Not sure why; I've not maintained this library :(

You should look at Bleak: https://github.com/hbldh/bleak - that seems to be the modern BLE python client.

adamf avatar Feb 04 '20 16:02 adamf