Code review comment for lp:~jameinel/bzr/2.3-bzr-connect-ssh

Revision history for this message
John A Meinel (jameinel) wrote :

An even simpler one that works is to just change the line:

 time.sleep(0.2)

to

  ssh_server.join()

I've gone ahead and switched to that one, as I think it is easier to understand.

« Back to merge proposal