Replies: 1 comment
-
|
已提交 RFC:#148 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MessagePack 编码方式是跟随
upload_file动作引入的,为了减少 base64 编码文件内容的计算和传输开销,但现在发现两个问题:upload_file等相关动作,而其它动作没有必要使用 MessagePack 调用所以目前可能计划把 MessagePack 编码方式改为可选,定义一个
retcode(WS 通信方式)或 HTTP 响应状态码(HTTP 通信方式)来表示不支持 MessagePack 编码方式。有什么建议吗?
Beta Was this translation helpful? Give feedback.
All reactions