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
If dvtm dies, and you run `:|abduco -a session`, abduco will often exit
without giving you the exit code, and without removing the socket from
~/.abduco.
We resolve this by first sending the client either an EXIT or an empty
CONTENT packet.
Only after the client recieves it, we set the socket to non-blocking.
Fixes: martanne#44
Run
abduco -c abc sh
, thenecho $$ > pid
and detach.Kill
sh
:kill $(cat pid)
, then run:echo | abduco -a abc
.Sometimes, it reads the EOF before the server can respond MSG_EXIT.
The text was updated successfully, but these errors were encountered: