optimize and fix, discard byte/short data type handler
commit6fc0ff09b1ebd920b04e33280816ea0dc20e13bb
authorpartic <pursuer2@aliyun.com>
Sat, 11 Feb 2023 15:17:45 +0000 (11 23:17 +0800)
committerpartic <1596067968@qq.com>
Mon, 13 Feb 2023 06:31:37 +0000 (13 14:31 +0800)
treedd6487ef203e29868b5d33c436be773d3dab38d3
parent055356263a9a9d9125dc377b88acb6ffbcc37ac2
optimize and fix, discard byte/short data type handler
use ByteBuffer on java, fix error handler on ts backend
12 files changed:
documents/RpcMessageFrameFormat.md
java/src/pursuer/pxprpc/AbstractCallable.java
java/src/pursuer/pxprpc/BuiltInFuncList.java
java/src/pursuer/pxprpc/ServerContext.java
java/src/pursuer/pxprpc/Utils.java
java/src/pursuer/pxprpc_ex/TCPBackend.java
java/src/pursuer/test/PxpRpc.java
python/pxprpc/server.py
python/pxprpc/tests.py
typescript/pxprpc/backend.ts
typescript/pxprpc/extend.ts
typescript/pxprpc/tests.ts