Skip to content
New issue

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

Running reply from clj deps.edn blocks interrupting async calls #193

Open
tetigi opened this issue Nov 13, 2018 · 0 comments
Open

Running reply from clj deps.edn blocks interrupting async calls #193

tetigi opened this issue Nov 13, 2018 · 0 comments

Comments

@tetigi
Copy link

tetigi commented Nov 13, 2018

Hello!

I'm trying to get reply set up via deps.edn, and for the most part it works fine. However, the only feature that doesn't work is Ctrl+C out of blocking async operations. For example:

(async/<!! (async/chan 1))

will block forever, and no amount of Ctrl+C will do anything.

Oddly enough, running lein repl in the same project (with nrepl already running so it connects to that) launches a repl that has Ctrl+C operation as expected!

I've tried scrutinizing what's different from the lein call to reply, and calling it manually, as well as calling it from the shell script, but no amount of fudging has helped. Any ideas on this behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant