Oliver Facklam

Results 6 comments of Oliver Facklam

Hi @igo95862 ! Thanks for the quick reply and for the library in general, really handy! Personally I didn't see any other way to integrate this with asyncio. If I...

Looking at the code again, it seems I did some synchronous calls on the same connection previously (a kind of app initialization logic) before starting the async calls. That might...

Your approach with `timerfd` sounds very promising. I'm looking forward to trying that out. Let me know if I can provide any assistance :)

Hi @igo95862 I cherry-picked your commit https://github.com/python-sdbus/python-sdbus/commit/6bee5603e4ac862efa4aeda80661be5096412908 onto the 0.12.0 release. With this change, my "deadlock" seems to have disappeared, so it solves the problem just as well as my...

The latest commit looks very nice, I'm looking forward to testing with it. I just left one comment on the commit regarding cleanup :)

I have a similar issue where the bluetooth stack tries to free a resource it was never able to allocate in the first place. Although this crash has a different...