Instance Propertyswift-nio 2.72.0NIOEmbedded
isClean
true
if the EmbeddedChannel
was clean
on finish
, ie. there is no unconsumed inbound, outbound, or pending outbound data left on the Channel
.
var isClean: Bool { get }
Other members in extension
Instance members
var hasLeftOvers: Bool
true
if theEmbeddedChannel
if there was unconsumed inbound, outbound, or pending outbound data left on theChannel
when it wasfinish
ed.