Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

error.Error.ControlModeFrameTooLarge

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
error
Declared in
Error
Package
libtmux
Source
crates/libtmux/src/error.rs
ControlModeFrameTooLarge
constant [source]
constant [source]
ControlModeFrameTooLarge

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

Esc

Type to search.