gpt4 book ai didi

android - 如何在 AutobahnConnection android 中传递领域?

转载 作者:行者123 更新时间:2023-11-29 01:23:15 24 4
gpt4 key购买 nike

我正在使用 AutobahnConnection 进行 ws 通信。我已经创建了 AutobahnConnection 的对象并传递了 wsUri,但我无法找到一种方法来传递“领域”。我必须通过它。我探索了很多地方,但找不到任何解决方案。这是我的代码

private final AutobahnConnection mConnection = new AutobahnConnection();

private void start() {
final String wsUri = "ws://xxx.xxx.xxxx/ws";

mConnection.connect(wsUri, new Autobahn.SessionHandler() {

@Override
public void onOpen() {
testRpc();
testPubSub();
}

@Override
public void onClose(int code, String reason) {
Log.d(TAG, "calc:add result = " + reason);
}
});
}`

由于我无法通过领域,我收到协议(protocol)破坏错误。任何帮助将不胜感激。

最佳答案

您要连接到什么? AutobahnAndroid 只支持 WAMP v1,这与 WAMP v2 不兼容。要从 Android 连接到 v2 路由器,您可能需要查看 https://github.com/Vinelab/Android-wamp-client .

关于android - 如何在 AutobahnConnection android 中传递领域?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35545054/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com