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