We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Thanks for this awesome tool. When I tried this with the latest portal and babashka, I get the following failure:
$ cat deps.edn | bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "RELEASE"}}}'` -m portal.main edn ----- Error -------------------------------------------------------------------- Type: java.lang.NullPointerException Location: portal/http_socket_server.clj:81:21 ----- Context ------------------------------------------------------------------ 77: (try (.accept server-socket) 78: (catch Exception _e))] 79: (start-worker-thread client-socket handler))))})) 80: 81: (defn wait [server] @(:future server)) ^--- 82: 83: (defn stop [server] 84: (.close ^ServerSocket (:server-socket server))) ----- Locals ------------------------------------------------------------------- server: nil ----- Stack trace -------------------------------------------------------------- clojure.core/deref - <built-in> portal.http-socket-server/wait - portal/http_socket_server.clj:81:21 portal.http-socket-server/wait - portal/http_socket_server.clj:81:1 portal.main - portal/main.clj:71:5 clojure.core/apply - <built-in> user - <expr>:1:36
I didn't know if this failure was known. Is this related to babashka/sci#401?
The text was updated successfully, but these errors were encountered:
Hi @cldwalker, I'm glad you like portal and thanks for the report! I did accidentally break portal.main but just released 0.5.1 so it should be fixed.
Sorry, something went wrong.
Confirmed the latest works. Thanks!
No branches or pull requests
Hi. Thanks for this awesome tool. When I tried this with the latest portal and babashka, I get the following failure:
I didn't know if this failure was known. Is this related to babashka/sci#401?
The text was updated successfully, but these errors were encountered: