error.Error.ControlModeFrameTooLarge
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Declared in
- Error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
A control-mode frame grew past what the connection admits.
Control mode reads from a process that keeps running, so the framing is the only thing bounding memory. The connection cannot be resynchronized after this -- the parser is mid-frame and does not know where the next one begins -- so it is finished, and a caller who wants to continue attaches again.
0 declared, 0 inherited