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 228228 ; ; To accomplish this we processes inbound requests and notifications
229229 ; ; separately from inbound responses. If the server starts blocking
230230 ; ; 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.
232232
233233 ; ; If the buffer becomes full, we assume that the server isn't
234234 ; ; handling inbound requests and notifcations because it's waiting for
241241
242242 ; ; This ensures we don't drop any client messages, though we could
243243 ; ; 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
245245 ; ; to stop sending messages because it's failed to receive a server
246246 ; ; response (i.e., we will have managed to apply backpressure to the
247247 ; ; client). If we're unlucky, the server could keep blocking forever.
You can’t perform that action at this time.
0 commit comments