Skip to content

Commit

Permalink
an "exit" command now has effect even with triggered-only replotting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkogan committed May 28, 2014
1 parent 498047e commit 1688496
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/feedgnuplot
Expand Up @@ -75,6 +75,7 @@ if($options{stream})
}

$streamingFinished = 1;
$dataQueue->enqueue(undef);

$plotThr->join() if defined $plotThr;
$addThr->join();
Expand Down Expand Up @@ -413,8 +414,6 @@ sub plotUpdateThread
# indicate that the timer was the replot source
$dataQueue->enqueue('replot timertick');
}

$dataQueue->enqueue(undef);
}

sub sendRangeCommand
Expand Down

0 comments on commit 1688496

Please sign in to comment.