Closed kadealicious closed 3 months ago
This solution works when at least one input attempts to write to the failed output. However, if all inputs are idle, even if an output fails we will spin forever. Is this a problem? It seems a little frustrating to have an input spin forever until it receives a message, only realizing the output is bad when it attempts to write.
When an output fails, its
io->stop
will be set totrue
.