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

Data stops coming #30

Open
dortanes opened this issue Sep 21, 2023 · 1 comment
Open

Data stops coming #30

dortanes opened this issue Sep 21, 2023 · 1 comment

Comments

@dortanes
Copy link

I discovered another problem: if the connection is bad, data stops coming (data(), video(), audio()).
Promise in data() runs endlessly. video() and audio() is going to timeout and isn't returning any data.

@ZaynSiv09
Copy link

I discovered another problem: if the connection is bad, data stops coming (data(), video(), audio()). Promise in data() runs endlessly. video() and audio() is going to timeout and isn't returning any data.

That's true, so I hope to terminate these objects through a "destory()" method and let them be GC, which has been bothering me for a long time

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