diracdeltas / snowflake-cli

nodejs CLI tool for https://snowflake.torproject.org/
MIT License
9 stars 1 forks source link

Client Capacity #2

Open ghost opened 2 years ago

ghost commented 2 years ago

Not sure if this is an issue, local limitation or if it's normal, but I've been using it since yesterday and it's working amazing! The only question I have is that I'm not able to get more than 1 person connected at the same time, and when I have someone connected, it keep saying "Client at capacity".

Does it mean that, for some reason, I can't help more than one single person at the same time?

Snowflake: At client capacity.
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Snowflake: At client capacity.
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Snowflake: At client capacity.
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
Number of users currently connected: 1
diracdeltas commented 2 years ago

great question, i've been seeing this too, both on my headless instance and in the one at the top of https://azuki.vip/. looks like it's coming from https://gitweb.torproject.org/pluggable-transports/snowflake-webext.git/tree/snowflake.js#n61

i'm not sure why the default max number of clients is 1 - https://gitweb.torproject.org/pluggable-transports/snowflake-webext.git/tree/config.js#n39. seems simple to override it.

fabianegli commented 2 years ago

There's a note saying "Minimum viable snowflake for now - just 1 client."

See https://gitweb.torproject.org/pluggable-transports/snowflake-webext.git/tree/snowflake.js#n14