We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take 15ce667, apply the patch:
diff --git a/examples/loopback.rs b/examples/loopback.rs index fa3806c..3305729 100644 --- a/examples/loopback.rs +++ b/examples/loopback.rs @@ -72 +72 @@ fn main() { - while !done && timestamp_ms < 500 { + while timestamp_ms < 5000 { @@ -100,0 +101,3 @@ fn main() { + } + + if socket.is_active() && done {
The text was updated successfully, but these errors were encountered:
Was fixed coincidentally during the recent refactoring.
Sorry, something went wrong.
No branches or pull requests
Take 15ce667, apply the patch:
The text was updated successfully, but these errors were encountered: