You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of the connectionProvider in our examples does not allow re-connects. The socket is bound to the reader / writer once. If the socket is closed, you have to re-start the languageclient. Socket handling must be contained in the connectionProvider.
The text was updated successfully, but these errors were encountered:
The usage of the
connectionProvider
in our examples does not allow re-connects. The socket is bound to the reader / writer once. If the socket is closed, you have to re-start the languageclient. Socket handling must be contained in theconnectionProvider
.The text was updated successfully, but these errors were encountered: