Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
187 stars 41 forks source link

[VT]: Fixed issues uploading multiple object pool chunks to a VT #337

Closed ad3154 closed 11 months ago

ad3154 commented 11 months ago

What's New

It's fairly common to break up an object pool into smaller parts and upload them separately, such as having a pool for the the main content, a pool for soft keys, and a pool for each language you support. There was an issue where only the first pool would complete the upload process properly which should now be fixed!

Tested with 5 object pools as shown below.

image

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication