scc-state icon indicating copy to clipboard operation
scc-state copied to clipboard

Cluster state tracking and notification engine for SocketCluster clusters.

Results 5 scc-state issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies

Suggestion to add new /status endpoint to be able to query scc-state of which endpoints it knows of. Query to the endpoints returns: `{ "workers": [ "ws://[::ffff:127.0.0.1]:8000" ], "brokers": [...

There seems to be a bug when using FORWARDED_FOR_HEADER. I have scc-state behind a AWS ALB load balancer, which add "X-Forwarded-For" header to HTTP request to inform about the callers...

Right now TLS/SSL is supported in scc-broker but not in scc-state. Maybe there should be an option/environment variable in scc-state.

enhancement

Is it possible to specify an IP as an env var, a passed argument to `node server`, etc to bind to for scc-state, scc-broker, etc? I think this is what...