Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Block does not stop cleanly. #3

Open
thasti opened this issue Jan 12, 2017 · 0 comments
Open

Block does not stop cleanly. #3

thasti opened this issue Jan 12, 2017 · 0 comments

Comments

@thasti
Copy link

thasti commented Jan 12, 2017

Because of the "while True"-conditions in the run()-function, there is no clean exit when a python flow graph is stopped using the .stop() method. This leads to not freeing the TCP port and the remaining flow graph, especially when running a flow graph containing gr-gpredict-doppler from a python application and using the .start(), .stop() and .wait() flow graph methods.

It works in GNU Radio Companion because it kills flow graphs instead of stopping them, but this behaviour should be avoided.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant