Skip to content
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

[DTLS] add cancel/timeout channel/context to Conn? #34

Closed
rainliu opened this issue Dec 12, 2020 · 1 comment
Closed

[DTLS] add cancel/timeout channel/context to Conn? #34

rainliu opened this issue Dec 12, 2020 · 1 comment

Comments

@rainliu
Copy link
Member

rainliu commented Dec 12, 2020

No description provided.

@rainliu rainliu changed the title [DTLS] add cancel channel/context to Conn [DTLS] add cancel/timeout channel/context to Conn? Dec 12, 2020
@rainliu
Copy link
Member Author

rainliu commented Jun 1, 2021

use tokio::time::timeout()

@rainliu rainliu closed this as completed Jun 1, 2021
algesten pushed a commit that referenced this issue Aug 23, 2022
* update deps + loosen some requirements

rules:
- for crates that are below v1.0 -> specify the precise version (unless
  readme says otherwise)
- If the code uses a feature that was added for example in X 0.3.17,
  then you should specify 0.3.17, which actually means "0.3.y where y >=
  17"
- for crates the are above or equal v1.0 -> specify only major version
  if the crate's API is minimal and won't change between minor versions
    (unless readme says otherwise) OR specify major&minor versions
    otherwise

tested with https://github.com/taiki-e/cargo-minimal-versions

* add GH action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant