Dcf points out that this ticket isn't as urgent as it might seem, (a) because the headless proxy-go can already handle multiple clients at once, and (b) because the vision is that we'll have way way more snowflakes than clients, so most snowflakes will be idle most of the time, so the chances of a collision (more than one client sent to the same snowflake) are low.
I buy this logic in the short term, but it still seems to me that the broker design will get cleaner if the browser snowflakes can handle whichever clients try to use them, even if two show up together.
Okay so it turns out the multiplexing just works now that legacy/trac#31310 (moved) is out the way and we're using the existence of proxypairs to signal how many slots we have.
I did just a small touch-up of the code here to go with a more meaningful variable name that was going unused.
I tested this in snowbox by setting the maxNumClients to values other than 1 and it works great. However, I don't think we should change this yet as our problems right now are definitely not that we have too few browser-based proxies.
I should add that when we decide we want to increase the number of clients for browser proxies, we will probably want to make UI changes to allow users to modify the config. Again, I don't want to push out those changes yet until we sort out some of the network health issues we're seeing.