Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDP socket not full clear up #39

Open
mozhe007 opened this issue May 22, 2019 · 1 comment
Open

UDP socket not full clear up #39

mozhe007 opened this issue May 22, 2019 · 1 comment

Comments

@mozhe007
Copy link

The peers is greate,really help me a lot .
Last week , i find some repeat noise after a call. I figured it out :

the code in Java class MediaManager. stopSession(){
if (datagramSocket != null) { datagramSocket = null; }

the right way to close a dialog is
datagramSocket.close();
not
datagramSocket = null;

@adsinc
Copy link

adsinc commented Feb 7, 2020

Socket already closed at this moment in RtpSession.closeFileAndDatagramSocket().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants