Strange. Killing the pod manually with (pods/unload-pod bbsh-pod) doesn't work either, it blocks on this call. It might be worth checking out what happens during the "shutdown" op:
(pods/unload-pod bbsh-pod)
https://github.com/epiccastle/bbssh/blob/141f85bdd493e351712c599f271949f77d6e52d1/src/clj/bbssh/impl/pod.clj#L191
I generally rely on documentation + REPL.
Strange. Killing the pod manually with
(pods/unload-pod bbsh-pod)
doesn't work either, it blocks on this call. It might be worth checking out what happens during the "shutdown" op:https://github.com/epiccastle/bbssh/blob/141f85bdd493e351712c599f271949f77d6e52d1/src/clj/bbssh/impl/pod.clj#L191