charlescochran

Results 29 comments of charlescochran

I ran into this issue as well. After much work with gdb, I discovered the issue and implemented a fix (see the PR I just opened). Here is my commit...

Hmm. I have been regularly testing it over long periods of time and it has been not freezing. Perhaps you are encountering a separate bug. Can you run your program...

Interesting. Please run `git log --oneline` and paste the result.

I want to verify that, and also that you have the other latest commits on master. There have been 6 commits since the latest release. I think I remember the...

That looks correct, in the sense that that is all of _my_ changes. Can you verify that you have these commits, as well? https://github.com/gotthardp/python-mercuryapi/compare/v0.5.3...master Also, when you say "merged my...

Gotcha. I have never seen it get stuck in start_reading, so I did not attempt to fix that. From my experience, the deadlock in stop_reading happens quite quickly (after a...

Interesting. If I run into a crash with the new code, I will let you know.

Also, if I may ask, what is your reason for starting/stopping the radio on a regular interval? I know this should be fixable, but one reason for wanting to do...

With the original code (without my code), does stats work for you after the first time you restarting reading? For me, with the original code, the stats callbacks would simply...