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

Persist session #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ulyssesdotcodes
Copy link

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.

Sessions should be persisted throughout the connection. Also adds
unique(ish) ids to each message.
@avli
Copy link
Owner

avli commented Mar 8, 2019

@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 avli force-pushed the master branch 2 times, most recently from 7e1c85a to 068abc8 Compare November 8, 2022 15:35
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

Successfully merging this pull request may close these issues.

2 participants