-
Notifications
You must be signed in to change notification settings - Fork 148
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
Do we need to cancel listener
on exit
?
#770
Comments
Hi @tdroxler, You need to call Lines 69 to 78 in 3c98376
HTH |
See also #585. |
Thx for your quick answer, I guess I'll go with something like (pseudo code and
checking the |
LGTM 👍 |
tdroxler
added a commit
to alephium/ralph-lsp
that referenced
this issue
Nov 1, 2023
As suggested by the `lsp4j` team: eclipse-lsp4j/lsp4j#770
Merged
pisv
added a commit
that referenced
this issue
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone,
quick question, I'm starting my server with the
startListening
function and get back theFuture[Void]
. When my server receive theexit
notification (after the obviousshutdown
), do I need tocancel
or clean in any other way mylistnener
(theFuture[Void]
)?Thx
The text was updated successfully, but these errors were encountered: