In DecodeableRpcResult: ```java default: throw new IOException("Unknown result flag, expect '0' '1' '2', get " + flag); ``` But in fact, DecodeableRpcResult can recognize '3', '4', and '5'.
In DecodeableRpcResult:
But in fact, DecodeableRpcResult can recognize '3', '4', and '5'.