File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 228
228
; ; To accomplish this we processes inbound requests and notifications
229
229
; ; separately from inbound responses. If the server starts blocking
230
230
; ; waiting for a response, we buffer the inbound requests and
231
- ; ; notificatons until the server is prepared to process them.
231
+ ; ; notifications until the server is prepared to process them.
232
232
233
233
; ; If the buffer becomes full, we assume that the server isn't
234
234
; ; handling inbound requests and notifcations because it's waiting for
241
241
242
242
; ; This ensures we don't drop any client messages, though we could
243
243
; ; stop reading them if the server keeps blocking. If we're lucky
244
- ; ; either the language server will unblock, or the client will decided
244
+ ; ; either the language server will unblock, or the client will decide
245
245
; ; to stop sending messages because it's failed to receive a server
246
246
; ; response (i.e., we will have managed to apply backpressure to the
247
247
; ; client). If we're unlucky, the server could keep blocking forever.
You can’t perform that action at this time.
0 commit comments