emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
nmkip 2020-12-17T10:51:16.269500Z

2020-12-17T10:59:16.269700Z

(setq org-babel-clojure-sync-nrepl-timeout 1000)

nmkip 2020-12-17T11:12:42.270400Z

I tried setting 20000 instead of 1000 and I'm getting the same error 2-4 seconds after executing cider-connect-clj

2020-12-17T11:16:03.271Z

sorry, please try this line: (setq nrepl-sync-request-timeout 100)

nmkip 2020-12-17T11:22:50.271200Z

100 milliseconds ? I tried 1000 and it's been trying to execute the command for 5 minutes now 😛

👍 1
nmkip 2020-12-17T11:23:00.271400Z

it doesnt timeout, but it doesnt complete

dpsutton 2020-12-17T14:21:58.272600Z

It was answered in cider but putting here for clarity: cider does not support socket tells

dpsutton 2020-12-17T14:22:01.272900Z

Repls