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
The push function of the sendQueue in DataChannel will trigger waiting when the number of elements in the queue reaches its limit under capacity constraints. However, there is no place other than close that wakes up the thread.
The text was updated successfully, but these errors were encountered:
The push function of the sendQueue in DataChannel will trigger waiting when the number of elements in the queue reaches its limit under capacity constraints. However, there is no place other than close that wakes up the thread.
The text was updated successfully, but these errors were encountered: