clustershell
clustershell copied to clipboard
Task: add default event handler in task.shell()
Fixed the bug I ran into as detailed in this thread from the mailing list.
Thanks for this pull request but this bug should not be fixed that way. It is perfectly normal for a worker to not have an event handler.
The bug only appears when using the new gateway code. The proper fix is more removing event handler checks in PropagationChannel.recv_ctl()
but I need to look at this more closely to be sure...
Ah OK, I wasn't sure whether an event handler was necessary or not.