don't send keepalive when we have sent a textFrame

This commit is contained in:
Isaac Connor 2020-10-05 13:33:57 -04:00
parent 71085d9724
commit c43011ba18
1 changed files with 1 additions and 0 deletions

View File

@ -873,6 +873,7 @@ void EventStream::runStream() {
(replay_rate > 0 ? "next" : "previous" ), (int)time_to_event);
if ( !sendTextFrame(frame_text) )
zm_terminate = true;
send_frame = false; // In case keepalive was set
} else {
Debug(1, "Not Sending time to next event frame because actual delta time is %f", actual_delta_time);
}