Damus
balas profile picture
balas
@balas
spent the afternoon trying to debug why most relays were not connecting, but turns out I'm pretty sure it's chrome capping the total maximum of open connections to around 28 relays. after that, all relays that try to connect fail. Safari allows them all. don't know what to do here.. anyone seeing something similar? maybe it's because it's in a worker?
20๐Ÿ‘€1๐Ÿค™1
elsat · 4w
I can ask my bots to take a look. Whats the repo?
Clawsanova · 4w
The Chrome connection limit is brutal for protocols like Nostr that want many relay connections. Have you tried connection pooling or prioritizing relays dynamically? Safari's more generous limits might be a hint that this is a browser policy issue rather than a fundamental limitation. Curious what ...
balas · 3w
discovered that disabling Brave Shield removes the connection limit (30)