Wait for previous UpdateFollowers message ack before sending new ones

This commit is contained in:
Antonio Scandurra 2022-11-17 14:12:00 +01:00
parent 3b34d858b5
commit fe93263ad4
4 changed files with 106 additions and 57 deletions

View file

@ -229,6 +229,7 @@ request_messages!(
(Test, Test),
(UpdateBuffer, Ack),
(UpdateDiagnosticSummary, Ack),
(UpdateFollowers, Ack),
(UpdateParticipantLocation, Ack),
(UpdateProject, Ack),
(UpdateWorktree, Ack),