-
Hello, My language server is started from a Main class using
While writing this post, it seems to me that I'm missing something obvious, but can't put the finger on it. |
Beta Was this translation helpful? Give feedback.
Answered by
nixel2007
Jan 9, 2025
Replies: 1 comment 1 reply
-
Well, with try-with-resources output stream becomes closed. So print writer can't write to it |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gquerret
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, with try-with-resources output stream becomes closed. So print writer can't write to it