<jkenny512>
Hello, I was wondering if anyone has made an SSHLatentWorker type worker? I have one that I am trying to define, however I am getting an odd error with when stopping. It seems to be in the middle of stopping the server ( The stop_instance function is called and processing) Then I get an exception from PB traceback with an error of
<jkenny512>
builtins.RuntimeError: Worker example-worker45 received connection while not trying to substantiate.Disconnecting.
<jkenny512>
Does anyone have a tip on what I might being wrong? I cannot find anything in the documentation yet on what I might be doing wrong.