Non-overlapping ranges for event and channel IDs #1347
Answered
by
timcanham
JackNWhite
asked this question in
Q&A
-
I am intending to enforce in my deployment non-overlapping ranges for channel and event IDs, so that these IDs can mimic being taken from the same ID pool. This appears to work OK so far, but I wondered if anyone has had problems with this before. For example, given a base component ID of X, then event IDs run from X to X+49 and channel IDs from X+50 to X+99. |
Beta Was this translation helpful? Give feedback.
Answered by
timcanham
Apr 1, 2022
Replies: 1 comment
-
This should be fine. You just have to keep track of the overall ID range and make sure it doesn't overlap another component. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timcanham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be fine. You just have to keep track of the overall ID range and make sure it doesn't overlap another component.