don't send keepalive when we have sent a textFrame
This commit is contained in:
parent
71085d9724
commit
c43011ba18
|
@ -873,6 +873,7 @@ void EventStream::runStream() {
|
||||||
(replay_rate > 0 ? "next" : "previous" ), (int)time_to_event);
|
(replay_rate > 0 ? "next" : "previous" ), (int)time_to_event);
|
||||||
if ( !sendTextFrame(frame_text) )
|
if ( !sendTextFrame(frame_text) )
|
||||||
zm_terminate = true;
|
zm_terminate = true;
|
||||||
|
send_frame = false; // In case keepalive was set
|
||||||
} else {
|
} else {
|
||||||
Debug(1, "Not Sending time to next event frame because actual delta time is %f", actual_delta_time);
|
Debug(1, "Not Sending time to next event frame because actual delta time is %f", actual_delta_time);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue