rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 4 forks source link

Rate limited subscriptions #23

Open AWatk opened 6 years ago

AWatk commented 6 years ago

some ros topics can be published at extremely high frequencies. This could cause problems when trying to send every single message over the websocket to the openmct client. Possibly introduce a way to cap the rate at which messages are send clients?