You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: