Skip to content

processor.run will forever loop complaining the tx control channel is closed #1140

@mvachhar

Description

@mvachhar

If the transmitter to the ConfigProcessor's control channel is closed (all transmitters on the channel close), the run method gets stuck forever looping on an error complaining that all tx channels were closed, spamming the log. If all tx channels are closed, the run method should return, perhaps with an error. But it certainly should not continue to run since it can no longer perform useful work.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions