actix-ws: use BigBytes to avoid copying ws messages between various buffers #1226
Annotations
8 errors
actix-ws/src/lib.rs#L44
the trait bound `&actix_web::web::Bytes: Into<actix_web::web::Bytes>` is not satisfied
|
actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
|
actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
|
actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
|
actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
|
actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
|
actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
|
|
The logs for this run have expired and are no longer available.
Loading