gpt4 book ai didi

autobahn - wamp 连接因协议(protocol)违反与 Ratchet/wamp 和高速公路的标准最新版本而失败

转载 作者:行者123 更新时间:2023-12-04 16:13:51 26 4
gpt4 key购买 nike

我正在尝试从我的本地网站建立 wamp 连接。我在服务器端使用 Ratchet/Wamp,在客户端使用 autobahn|js。该服务运行良好,我能够连接,正在服务器上触发 onOpen/onClose 回调。

但是当我从浏览器连接时,永远不会调用连接的 onopen 回调。相反,控制台日志显示以下内容:

"AutobahnJS debug enabled" autobahn.js:123:6
"Ok, Autobahn loaded" "0.9.9" wamp.php:28:1
"trying to create WAMP transport of type: websocket" autobahn.js:732:6
"using WAMP transport type: websocket" autobahn.js:732:6
Array [ 1, "blablaRealm", Object ] autobahn.js:732:6
"WebSocket transport send" "[1,"blablaRealm",{"roles":{"caller":{"features":{"caller_identification":true,"progressive_call_results":true}},"callee":{"features":{"caller_identification":true,"pattern_based_registration":true,"shared_registration":true,"progressive_call_results":true,"registration_revocation":true}},"publisher":{"features":{"publisher_identification":true,"subscriber_blackwhite_listing":true,"publisher_exclusion":true}},"subscriber":{"features":{"publisher_identification":true,"pattern_based_subscription":true,"subscription_revocation":true}}}}]" autobahn.js:732:6
"WebSocket transport receive" "[0,"19232286535719350273b26118584308",1,"Ratchet\/0.3.4"]" autobahn.js:732:6
"failing transport due to protocol violation: unexpected message type 0" autobahn.js:732:6
InvalidAccessError: A parameter or an operation is not supported by the underlying object autobahn.js:5308:0

InvalidAccessError 是在调用可能从未正确初始化的 websocket 对象上的 close 方法期间发生的,我希望在我知道导致主要问题的原因后这会消失,对此我完全不知道如何解决此时此刻。

你知道发生了什么吗?我正在使用的 Ratchet 和 Autobahn 之间是否存在不兼容,也许?两者都声称遵守标准,但这就是我现在能想到的,对 Wamp 来说是新手。

最佳答案

Ratchet 是 WAMP v1(并且他们的文档是在这是唯一版本的时候编写的,所以他们没有提到这一点)。见 https://github.com/ratchetphp/Ratchet/issues/168

我们不推荐使用 WAMP v1(Crossbar.io/Autobahn 项目),因为 WAMP v2 提供了更多功能。有一个旧版本的 Autobahn 支持 WAMP v1(请参阅上面链接的问题线程),但我建议您移动到另一个 WAMP 路由器。

我的建议当然是 Crossbar.io(因为我是该项目的一部分),但还有其他的 - 见 http://wamp-proto.org/implementations .

关于autobahn - wamp 连接因协议(protocol)违反与 Ratchet/wamp 和高速公路的标准最新版本而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36779836/

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