holochain / sbd

Simple websocket-based message relay servers and clients
Apache License 2.0
2 stars 0 forks source link

Connection Count Scale Test #24

Closed neonphog closed 1 month ago

neonphog commented 1 month ago

RESOLVES: https://github.com/holochain/sbd/issues/8

I ran this locally and got to 20,000 connections before I got bored. This is way above the connection count issues we've been running into with the previous signal server / turn servers.

Stats { client_count: 20052, messages_sent: 2908654 }

Btw, each connection sends a message every 2 seconds, so we had almost 3 million messages sent by the time I killed it.