bugfix: node teardown is the last man to go down
Juan Batiz-Benet authored
Warning: during normal execution node teardown must be the
last thing that happens because command requests return
io.Readers, which may still be constructing or processing
their output. The node (and its subservices) is needed for
this. good night and good luck.
eba0599d