factor-io / factor

Factor Server runs your continuous deployment workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle lost connection before a return/fail from the connector

skierkowski opened this issue · comments

If connector closes a connection before a 'return' or 'fail' message, the server log just hangs there. If it closes before a 'return' or 'fail' it should act like a 'fail'. This can occur when the server crashes or if it is restarted in the middle of a process (e.g. deployment).