Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent huge child counts from stalling the example
We know some applications may expose huge child counts, which will stall the program. This imposes an upper limit of 2^16 chilren. If an object says to have more children, the example will skip it.
- Loading branch information