clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Persist session

Open ulyssesdotcodes opened this issue 5 years ago • 1 comments

Sessions should be persisted throughout the connection. Also adds unique(ish) ids to each message.

Disclaimer: no idea what I'm doing here, but this seems from nREPL docs that the session should persist over time.

ulyssesdotcodes avatar Feb 21 '19 05:02 ulyssesdotcodes

@ulyssesp, as far as I can recall I did some experimenting at the time I was implementing the nREPL-VSCode communication part and couldn't figure out if the session ID is required. Have you ever faced the situation when absence of the ID made things go wrong?

avli avatar Mar 08 '19 18:03 avli