Skip to content

actix-ws: use BigBytes to avoid copying ws messages between various buffers #1226

actix-ws: use BigBytes to avoid copying ws messages between various buffers

actix-ws: use BigBytes to avoid copying ws messages between various buffers #1226

Triggered via pull request November 5, 2024 00:02
Status Failure
Total duration 6m 25s
Artifacts

ci.yml

on: pull_request
Documentation Tests
32s
Documentation Tests
Matrix: build_and_test_linux
Matrix: build_and_test_other
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Documentation Tests: actix-ws/src/lib.rs#L44
the trait bound `&actix_web::web::Bytes: Into<actix_web::web::Bytes>` is not satisfied
Documentation Tests: actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
Documentation Tests: actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
Documentation Tests: actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
Documentation Tests: actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
Documentation Tests: actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
Documentation Tests: actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
Documentation Tests
Process completed with exit code 101.