minus-squareBorkdude@alien.topBtoLisp@communick.news•Babashka script with bbssh pod gets stucklinkfedilinkEnglisharrow-up1·1 year agoStrange. 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 linkfedilink
minus-squareBorkdude@alien.topBtoLisp@communick.news•How do you normally write java interop codes?linkfedilinkEnglisharrow-up1·1 year agoI generally rely on documentation + REPL. linkfedilink
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