Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Added new RpcMessageType for cancellation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Sep 14, 2016
1 parent 11b5ec1 commit b45fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DtronixMessageQueue/Rpc/RpcMessageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public enum RpcMessageType : byte {
RpcCallNoReturn = 3,
RpcCallReturn = 4,
RpcCallException = 5,
RpcCallCalcellation = 6
RpcCallCancellation = 6
}
}

0 comments on commit b45fcdc

Please sign in to comment.