Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move messages in StatusReport to AgentToServer message
- StatusReport was an unnecessary message, remaining from the time when we had DataToAgent which had a oneof field, and it was impossible to set multiple fields that together form the status. All its fields are moved to AgentToServer message now and can be set directly there (there is no longer a oneof limitation so now this is possible to do). - Moved Agent to Server State Synchronization under Status Reporting where it is more relevant and renamed to Agent Status Compression. Resolves #84
- Loading branch information