-
Notifications
You must be signed in to change notification settings - Fork 445
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
fix: close webrtc streams without data loss #2073
Merged
Merged
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30b2513 - Browse repository at this point
Copy the full SHA 30b2513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 005ddbf - Browse repository at this point
Copy the full SHA 005ddbfView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4ef6ca - Browse repository at this point
Copy the full SHA d4ef6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 772cc10 - Browse repository at this point
Copy the full SHA 772cc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a6e0b4 - Browse repository at this point
Copy the full SHA 7a6e0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2bdf6 - Browse repository at this point
Copy the full SHA ae2bdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519e472 - Browse repository at this point
Copy the full SHA 519e472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0425b20 - Browse repository at this point
Copy the full SHA 0425b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f9730 - Browse repository at this point
Copy the full SHA e8f9730View commit details
Commits on Oct 5, 2023
-
fix: close webrtc streams (#2074)
Chrome does not always send all messages after closing a datachannel even if `bufferedAmount` is `0` before closing. This PR adds a `FIN_ACK` message that is sent in reply to a `FIN` message - because all messages are send in-order, when this is received we know the remote has received all of our data messages and it's safe to close the channel.
Configuration menu - View commit details
-
Copy full SHA for ac92ec7 - Browse repository at this point
Copy the full SHA ac92ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0480b34 - Browse repository at this point
Copy the full SHA 0480b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c48a1 - Browse repository at this point
Copy the full SHA 61c48a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd080b - Browse repository at this point
Copy the full SHA edd080bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb57a4 - Browse repository at this point
Copy the full SHA aeb57a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6f55d - Browse repository at this point
Copy the full SHA 2e6f55dView commit details -
chore: apply suggestions from code review
Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4436184 - Browse repository at this point
Copy the full SHA 4436184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 276f146 - Browse repository at this point
Copy the full SHA 276f146View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.