Skip to content

Limit the maximum number of websocket connections

Nathan Koenig requested to merge limit_websocket_connections into develop

Related tasks

Requires:

  1. https://github.com/ignitionrobotics/ign-launch/pull/40
  2. https://github.com/osrf/subt/pull/506

Context

This sets a hardcoded value of 500 websocket connections. This limit can be removed when scaling is implemented.

Change

Other information

Additional documentation

Merge request reports