-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sync id and tile count to raster tile messages #1288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because adding the syncId for RASTER_TILE_DATA and RASTER_TILE_SYNC, the ICD tests need to be updated, please merge it after finishing the ICD tests (otherwise the daily monitor tests will failed). I will let everyone know when the tests are finish the updates. |
I have updated the tests code PR that can be passed on MacOS11 with this backend PR (and corresponding protobuf). |
|
Description
Add sync_id to tile messages #1282
With multithreading, there could be overlapping RasterTileSync/RasterTileData messages. Adding an id and a count to these messages helps the frontend sort them out.
frontend #2219, protobuf #87
See frontend issue #1988
Checklist
no changelog update neededadded corresponding fixno protobuf update needed