Skip to content

Commit

Permalink
AP_DDS: flush buffers on service requests
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Oct 11, 2023
1 parent 9824dac commit e252980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/AP_DDS/AP_DDS_Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ void AP_DDS_Client::on_request(uxrSession* uxr_session, uxrObjectId object_id, u
break;
}
}

// flush buffers
status_ok = uxr_run_session_time(&session, 1);
}

/*
Expand Down

0 comments on commit e252980

Please sign in to comment.