-
Notifications
You must be signed in to change notification settings - Fork 958
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(webrtc example): clarify idle connection timeout #4966
Merged
Merged
Commits on Nov 30, 2023
-
set timeout to slightly greater than Ping interval
The example was timing out because the idle connection time was 5 seconds and the ping interval is 15s
Configuration menu - View commit details
-
Copy full SHA for c0576d2 - Browse repository at this point
Copy the full SHA c0576d2View commit details -
add install note for
wasm-pack
to READMEit's the small things that help out new users
Configuration menu - View commit details
-
Copy full SHA for 2c94a3f - Browse repository at this point
Copy the full SHA 2c94a3fView commit details -
Since Ping does not `KeepAlive`, we set the idle timeout to a very large number of seconds
Configuration menu - View commit details
-
Copy full SHA for 6c8ffb9 - Browse repository at this point
Copy the full SHA 6c8ffb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9d6fd - Browse repository at this point
Copy the full SHA ea9d6fdView commit details -
set wasm32 target idle value to maximum
For some reason, the largest value that works in wasm32 target (in Chrome) is 32_212_254u64. Everything larger than this breaks in the browser. Cause unknown at this point.
Configuration menu - View commit details
-
Copy full SHA for 2111a07 - Browse repository at this point
Copy the full SHA 2111a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea52f1 - Browse repository at this point
Copy the full SHA 1ea52f1View commit details
Commits on Dec 1, 2023
-
add verbose 30s beginning, duration, and end
Added more clarity about how long the Ping is intended to last, and made it a bit more obvious that the ConnectionClosed event is expected in the case of `Ping` after the idle timeout expires
Configuration menu - View commit details
-
Copy full SHA for e27bd7a - Browse repository at this point
Copy the full SHA e27bd7aView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89747b9 - Browse repository at this point
Copy the full SHA 89747b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1a8f6 - Browse repository at this point
Copy the full SHA 3e1a8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b6476 - Browse repository at this point
Copy the full SHA 34b6476View 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.