Websocket rooms and rates #102
coeur-de-loup
started this conversation in
General
Replies: 1 comment 3 replies
-
I don't think it's possible to have different rooms with different priorities, unfortunately. In the end, all calls to Live are being made on their main thread which ableton-js has no control over. I personally haven't had any issues dealing with many listeners. In large projects, I'm dealing with around 10k listeners at once and it seems to work alright for me. What kind of issues are you experiencing? Could you elaborate on what you mean by transfer stats? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to instantiate multiple 'rooms', with different priorities? Some time critical things, I want them the fastest possible, but some other things are less critical and can be executed after. Also, would it be faisable to have access to transfers stats and to dynamically change them? In big apps with lots of listeners, this becomes a problem.
Beta Was this translation helpful? Give feedback.
All reactions