RelayClientGone class

The relay CLIENT stopped taking data mid-answer (issue #794 review): on some platforms a dead keep-alive peer's writes neither error nor close — the flush just never completes. Racing each flush against the idle window turns that silence into a detectable, bounded event.

Implemented types

Constructors

RelayClientGone()
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited