WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

webrtc-internals:c alling close with a reference to NULL does not erase the closed link

Open zeijibashuai opened this issue 3 years ago • 0 comments

Even if you input directly in the console:

let pc = new RTCPeerConnection();
pc.close();
pc = null;

It will not be automatically eliminated in internal, but it can be eliminated by clicking the GC button in performance! How can it be eliminated automatically?

zeijibashuai avatar Aug 28 '20 09:08 zeijibashuai