satoren

Results 16 issues of satoren

## Bug Report It occurred 12 times in three days on ten servers. ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000fffe19d71b4c in non-virtual thunk to RTC::WebRtcTransport::OnIceServerTupleRemoved(RTC::IceServer const*, RTC::TransportTuple*)...

bug

If port is not specified at createWebRtcServer, automatically determine the port of the webrtcserver by Worker's port range https://mediasoup.discourse.group/t/can-webrtcserver-determine-the-port-automatically/4544/6

I didn't know how to find the buffer size of the packet, so I added free buffer as I did for the other tests.

If preventDuplicate is enabled, calling closeSnackbar and then calling enqueueSnackbar again during the close animation will be ignored. ## Expected Behavior Displayed if enqueueSnackbar is called last when preventDuplicate is...

When StrictMode is enabled from React 18, unmount is called twice. unmount is called immediately after mount to overwrite the offset to 0 because the contextProvider feature saves the offset...

## Bug Report ### Your environment - mediasoup version: f1973891e792eab40ebda54deed163d04aa1ead4 - mediasoup-client version: N/A ### Issue description When dynamically creating/deleting Workers, I get a lot of “XXXXXX closing failed on...

bug

If Suspense occurs after render, componentWillUnmount is not called. Therefore, instances added below will not be removed and will leak. https://github.com/staylor/react-helmet-async/blob/5f4da3896c8b70bedcd3c05d406ff5241601933c/src/Dispatcher.tsx#L71 Also, it will not be updated properly. https://react.dev/reference/react/Component#componentdidmount ###...