flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

FR: Make Union Base Types specifiable

Open krojew opened this issue 4 years ago • 2 comments
trafficstars

Union discriminator (at least in Java) map to a single byte, which begins to be problematic when the number of messages exceeds the maximum range.,

krojew avatar Aug 18 '21 15:08 krojew

Yup, that holds in all languages, and is known problem.

It is hard to fix though, given the amount of code that assumes it's a byte.

aardappel avatar Aug 30 '21 21:08 aardappel

This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.

github-actions[bot] avatar Mar 01 '22 20:03 github-actions[bot]