mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 20:58:08 +08:00
an "exit" command now has effect even with triggered-only replotting
This commit is contained in:
@@ -75,6 +75,7 @@ if($options{stream})
|
||||
}
|
||||
|
||||
$streamingFinished = 1;
|
||||
$dataQueue->enqueue(undef);
|
||||
|
||||
$plotThr->join() if defined $plotThr;
|
||||
$addThr->join();
|
||||
@@ -413,8 +414,6 @@ sub plotUpdateThread
|
||||
# indicate that the timer was the replot source
|
||||
$dataQueue->enqueue('replot timertick');
|
||||
}
|
||||
|
||||
$dataQueue->enqueue(undef);
|
||||
}
|
||||
|
||||
sub sendRangeCommand
|
||||
|
Reference in New Issue
Block a user