versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

Fix Worker crash when closing WebRtcServer with active WebRtcTransports #1390

Closed ibc closed 6 months ago

ibc commented 6 months ago

Fixes #1388

Details

Steps to verify

  1. Have WebRtcServer running and a client connected.
  2. In server side call webRtcServer.close().
  3. It should not crash anymore.