issues
search
actix
/
actix-extras
A collection of additional crates supporting the actix and actix-web frameworks.
https://actix.rs
Apache License 2.0
787
stars
206
forks
source link
Enable sending Continuations from actix-ws
#431
Closed
asonix
closed
6 months ago
asonix
commented
6 months ago
PR Type
Feature
PR Checklist
[ ] Tests for the changes have been added / updated.
[x] Documentation comments have been added / updated.
[x] A changelog entry has been made for the appropriate packages.
[x] Format code with the nightly rustfmt (
cargo +nightly fmt
).
Overview
Enable manually sending Continuations from actix-ws. Add a scary warning to the documentation for this method.
Convert
ignore
doctests to
no_run
doctests
PR Type
Feature
PR Checklist
cargo +nightly fmt
).Overview
ignore
doctests tono_run
doctests