Christopher Peplin
Christopher Peplin
I'd be happy to merge a pull request with this feature.
I am not able to reproduce this. Can you give any more details about your development environment, and how you installed pygatt?
No, you aren't missing anything. Today there isn't a way for the library user to be notified when a device disconnects. I'll re-title this ticket to be a feature request...
That's odd - does it work if you drop `time.sleep(1)` in between the calls to `subscribe`? I'm not able to reproduce this error with my devices. You are correct, it's...
Earlier in the log it looks like a disconnection from the BLE device is initiated from the Python side somehow. This is the log when you are first attempting to...
Please give v4.0 a try if this is still an issue. I can't claim to have fixed it because we never figured out the root cause, but there are a...
I'm running into the same problem. I can't seem to find the right way to return a simple error response - it ends up trying to re-serialize the error dict...
I'll step out of this thread because I figured out my issues, how to return a 404 - I needed to raise a NotFound() exception instead of trying to return...
> I understand the bisect operation to require an automated test that verifies expected to be present/absent behavior, correct? How would you test that with regards to this issue? An...
I just happened to be setting up a new computer and tried running vim-notes from the head - the issue is still there. After commit 677a27f navigating around gets very...