Closed asonix closed 5 months ago
Bug fix
cargo +nightly fmt
Prevent the actix-ws internal buffer from growing continuously by taking it rather than splitting it
same as in https://github.com/actix/actix-web/pull/3369
PR Type
Bug fix
PR Checklist
cargo +nightly fmt
).Overview
Prevent the actix-ws internal buffer from growing continuously by taking it rather than splitting it
same as in https://github.com/actix/actix-web/pull/3369