Glimesh / waveguide

A polyglot WebRTC media server.
GNU Affero General Public License v3.0
34 stars 7 forks source link

Gracefully close all streams when application is stopped #3

Open clone1018 opened 1 year ago

clone1018 commented 1 year ago

For now RTRouter's heartbeat will catch issues, but we should appropriately close any active streams when the application is rebooting.

mja00 commented 1 year ago

This looks to have been resolved in f12f9967440893ed6f76750cb9e918c7e24feee5? At least it looks like it attempts to gracefully shutdown all the actively running streams.