On this page
OutputWait.Outcome.expiredWhileReading
- Module
- OutputWait
- Declared in
- Outcome
- Package
- libtmux-swift
- Source
- Sources/LibTmux/WaitForOutput.swift
- expiredWhileReading : case 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