Blaze DS 无法使用 my-streaming-amf -“目的地‘聊天’”无法通过通道“my-amf”访问
任何人都可以指出我的配置有什么问题吗?我必须执行一个简单的示例应用程序才能使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在加载的 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.