neovim/test
Thiago de Arruda d83868fe90 channel: Delay notifications to avoid client race conditions
It is currently possible for a client to send a response that doesn't match the
current server->client request(at the top of the stack). This commit fixes that
by delaying notifications to until the first `channel_send_call` invocation
returns.

Also remove the "call stack" size check, vim will already break if the call
stack goes too deep.
2014-11-06 04:22:06 -03:00
..
config Add automatic generation of headers 2014-06-02 11:04:17 -03:00
functional channel: Delay notifications to avoid client race conditions 2014-11-06 04:22:06 -03:00
includes os_open: add unit tests 2014-07-14 09:05:52 -04:00
unit unittest: increase number of retries in cimport 2014-10-30 19:05:39 +01:00