We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在百度小程序上调用 swan.sendSocketMessage({ data: 使用ArrayBuffer类型的数据 }), 但服务端实际收到的data不是ArrayBuffer而是utf-8的字符串。 请问百度小程序为什么要将data转成字符串再发送到socket通道?能否取消这个操作?因为这个问题导致我无法在百度小程序上使用mqtt实现IM。
The text was updated successfully, but these errors were encountered:
你可以到 论坛 中反映问题。
Sorry, something went wrong.
No branches or pull requests
在百度小程序上调用
swan.sendSocketMessage({
data: 使用ArrayBuffer类型的数据
}),
但服务端实际收到的data不是ArrayBuffer而是utf-8的字符串。
请问百度小程序为什么要将data转成字符串再发送到socket通道?能否取消这个操作?因为这个问题导致我无法在百度小程序上使用mqtt实现IM。
The text was updated successfully, but these errors were encountered: