Skip to content

Commit 5a43e42

Browse files
committed
reply with first timestamp
1 parent 416b40a commit 5a43e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loggers/groot2_publisher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ void Groot2Publisher::serverLoop()
433433
_p->recording_fist_time = std::chrono::duration_cast<std::chrono::microseconds>
434434
(now.time_since_epoch());
435435

436+
reply_msg.addstr(std::to_string(_p->recording_fist_time.count()));
436437
std::unique_lock<std::mutex> lk(_p->status_mutex);
437438
_p->transitions_buffer.clear();
438439
}

0 commit comments

Comments
 (0)