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

OutputWait.Outcome.expiredWhileReading

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

View as Markdown

Module
OutputWait
Declared in
Outcome
Package
libtmux-swift
Source
Sources/LibTmux/WaitForOutput.swift
expiredWhileReading : case expiredWhileReading
constant [source]
constant [source]
expiredWhileReading

The deadline arrived while a read of the pane was still in flight, so the wait never finished looking.

This is not timedOut : it does not say the pattern failed to appear, only that there was not time to find out. It answers a timeout shorter than a tmux round-trip — including a zero one — and a machine loaded enough to make an ordinary read miss an ordinary deadline. Retrying with a longer timeout is the fix; changing the pattern is not.

0 declared, 0 inherited

Esc

Type to search.