-
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
test(@lib2p/transport-webrtc): add webRTC transport compliance tests #2053
Closed
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 521c8e6 - Browse repository at this point
Copy the full SHA 521c8e6View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a375b6d - Browse repository at this point
Copy the full SHA a375b6dView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4acaea4 - Browse repository at this point
Copy the full SHA 4acaea4View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bcc0c49 - Browse repository at this point
Copy the full SHA bcc0c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f7f26 - Browse repository at this point
Copy the full SHA 86f7f26View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d262f8 - Browse repository at this point
Copy the full SHA 8d262f8View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa05fe1 - Browse repository at this point
Copy the full SHA fa05fe1View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7fa73c - Browse repository at this point
Copy the full SHA b7fa73cView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6022a52 - Browse repository at this point
Copy the full SHA 6022a52View commit details
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 -
fix: add FIN_ACK message to WebRTC streams to prevent early closing
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 recieved all of our data messages and it's safe to close the channel.
Configuration menu - View commit details
-
Copy full SHA for 7d1ff01 - Browse repository at this point
Copy the full SHA 7d1ff01View 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 7fada6c - Browse repository at this point
Copy the full SHA 7fada6cView 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 35cc13b - Browse repository at this point
Copy the full SHA 35cc13bView 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 -
Configuration menu - View commit details
-
Copy full SHA for 08a9d13 - Browse repository at this point
Copy the full SHA 08a9d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef3fcb - Browse repository at this point
Copy the full SHA 9ef3fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565b91e - Browse repository at this point
Copy the full SHA 565b91eView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d99139 - Browse repository at this point
Copy the full SHA 3d99139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c814b - Browse repository at this point
Copy the full SHA 52c814bView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfb8fe2 - Browse repository at this point
Copy the full SHA bfb8fe2View 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.