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

sctp ERROR: ... stream 3 not found / with Firefox #150

Closed
chrbsg opened this issue Sep 22, 2020 · 4 comments
Closed

sctp ERROR: ... stream 3 not found / with Firefox #150

chrbsg opened this issue Sep 22, 2020 · 4 comments

Comments

@chrbsg
Copy link

chrbsg commented Sep 22, 2020

Your environment.

  • Version: v2.2.25
  • Browser: Firefox
  • Other Information -

What did you do?

Close peerconnection at end of session

What did you expect?

No errors

What happened?

Repeated errors like:

sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)
sctp ERROR: 2020/09/22 19:46:50 [0xc000116b60] stream 3 not found)

This does not happen with Chrome.

@Sean-Der
Copy link
Member

Thanks for reporting @chrbsg Are you closing the PeerConnection in Pion or FireFox?

My guess would be that the stream is reaped. But a routine internally is still trying to use it? I am not exactly sure, but this should be easy to enough to reproduce.

@chrbsg
Copy link
Author

chrbsg commented Sep 24, 2020

The PeerConnection is closed in Firefox.

@enobufs
Copy link
Member

enobufs commented Feb 14, 2021

This might be related to #176.

@enobufs
Copy link
Member

enobufs commented Jan 1, 2024

Closing as it is stale. (#176 has been resolved also)

@enobufs enobufs closed this as completed Jan 1, 2024
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

3 participants