Blaze DS 无法使用 my-streaming-amf -“目的地‘聊天’”无法通过通道“my-amf”访问

发布于 2024-09-25 12:05:39 字数 541 浏览 5 评论 0原文

任何人都可以指出我的配置有什么问题吗?我必须执行一个简单的示例应用程序才能使用streaming-amf。

当我尝试提交文本并使用streaming-amf 得到相同的结果时,出现以下错误。

我的 messages-config.mxml 有以下几行。

<destination id="chat">
    <channels>
        <channel ref="my-polling-amf"/>
        <channel ref="my-streaming-amf"/>
    </channels>   
</destination>

我已在 service-config.xml 中定义了通道详细信息。

当我尝试该应用程序时,该应用程序没有使用“my-streaming-amf”,而是不断指向“my-amf”并抛出以下错误

“无法通过通道“my-amf”访问目标“聊天”。

有什么想法吗?

提前致谢。

Can anyone point me out whats wrong with the configuration I have to execute a simple sample application to use the streaming-amf.

I get the following error when i tried to submit a text and get the same using streaming-amf.

My messaging-config.mxml has the following lines.

<destination id="chat">
    <channels>
        <channel ref="my-polling-amf"/>
        <channel ref="my-streaming-amf"/>
    </channels>   
</destination>

I've defined the channels detail in the service-config.xml.

When I tried the application, instead of using "my-streaming-amf" the app was constantly pointing to "my-amf" and throwing the following error

"Destination 'chat' not accessible over channel 'my-amf'.

any thoughts?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

念三年u 2024-10-02 12:05:39

您正在加载的 SWF 可能已将通道集编译到其中。也许它没有使用您的新频道信息重新编译,或者 SWF 缓存在您的浏览器中。

The SWF you are loading probably has the channel set compiled into it. Maybe it's not recompiling with your new channel information or the SWF is cached in your browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文