Fork me on GitHub
#conjure
<
2021-04-12
>
mozinator208:04:24

Does anyone know if there is a way to configure a connect timeout to nrepl ?

mozinator208:04:05

Been looking in the conjure source code a bit. I think connecting to the remote nrepl happens here fnl/conjure/remote/nrepl.fnl

mozinator208:04:16

The problem that I run into is that conjure tries connecting to nrepl even though nrepl is not ready for the connection yet

mozinator208:04:27

And it sort-of hangs for a bit

Olical16:04:26

Hmm can't say I've ever seen this :thinking_face: it will hang for a little while if it's still coming up, but then it works eventually I thought? Are you manually connecting to the host / port before it's fully up and it's hanging forever? Because if so I'd love an issue for that. (well, not love love but you know what I mean 😛)

dharrigan08:04:19

Perhaps a feature request?

👀 3
mozinator210:04:58

It might be that I am the only person experiencing this..

dharrigan10:04:50

I don't really notice it tbh. I normally launch a repl in another terminal, then by the time I've opened up another terminal, navigated to the directory, opened up vim with the file, the repl is up and running in the background, and it connects instanenously.

âž• 3