SshNode has a keep_connection flag, that seems to make sense only in the context of asynciojobs 0.x, where running a scheduler automatically invoked a call to co_shutdown()
Now that this call is made explicit in asynciojobs 1.x, it seems like keep_connection can be removed
if not, at least we need a doc review about this topic
SshNode
has akeep_connection
flag, that seems to make sense only in the context of asynciojobs 0.x, where running a scheduler automatically invoked a call toco_shutdown()
Now that this call is made explicit in asynciojobs 1.x, it seems like keep_connection can be removed if not, at least we need a doc review about this topic