Skip to content
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

configuring a setup with more than 4 universes #59

Closed
cyberboy666 opened this issue Sep 13, 2023 · 3 comments · Fixed by #60
Closed

configuring a setup with more than 4 universes #59

cyberboy666 opened this issue Sep 13, 2023 · 3 comments · Fixed by #60

Comments

@cyberboy666
Copy link

im wanting to control an installation of probably 1000 leds or more. for this will need to be listening across more than 4 universes - i came up first against the limit of 4 callbacks - wondering why this limit is here?

is there a better way than using callbacks to subscribe to this many universes ?

(i tried bypassing this in the code and it still compiled and uploaded but im guessing theres a reason not to do it like this lol)

@hideakitai
Copy link
Owner

The limitation of the number of callbacks is based on the PollReply packet. PortTypes, GoodInput/Output, SwIn, etc., are limited to 4 ports. But it is better to subscribe to more than four callbacks and make public 4 of them. So, I will remove the limitation of callbacks. :)

@hideakitai
Copy link
Owner

@cyberboy666 Fixed. Please check it out

@cyberboy666
Copy link
Author

thank you very much for quick response and updates ❤️ ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants