Issue #22: implement pipe client and frame protocol
This commit is contained in:
@@ -7,4 +7,6 @@ public enum WorkerExitCode
|
||||
InvalidArguments = 2,
|
||||
InvalidProtocolVersion = 3,
|
||||
MissingNonce = 4,
|
||||
PipeConnectionFailed = 5,
|
||||
ProtocolViolation = 6,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user