Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

online updates doesn't work #10

Open
xiwera opened this issue Nov 1, 2019 · 1 comment
Open

online updates doesn't work #10

xiwera opened this issue Nov 1, 2019 · 1 comment

Comments

@xiwera
Copy link

xiwera commented Nov 1, 2019

trying to do
./myprogram|awk 'dumponevaluehere'|termeter
and nothing plotted till myprogramm end. But executing
./myprogram|awk 'dumponevaluehere'
shown value of interest online...

@rudolfbyker
Copy link

I also struggled with this. It's probably due to buffering somewhere. If ./myprogram is written in Python, try print(..., flush=True).

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

No branches or pull requests

2 participants