Wait for acknowledgment before sending the next diagnostic summary

This commit is contained in:
Antonio Scandurra 2022-11-16 16:03:01 +01:00
parent 9bc57c0c61
commit faf265328e
3 changed files with 35 additions and 28 deletions

View file

@ -228,6 +228,7 @@ request_messages!(
(ShareProject, ShareProjectResponse),
(Test, Test),
(UpdateBuffer, Ack),
(UpdateDiagnosticSummary, Ack),
(UpdateParticipantLocation, Ack),
(UpdateProject, Ack),
(UpdateWorktree, Ack),