我的公司在我们的 ColdFusion 11 服务器上使用 cfwebsocket。过去它运行良好,但最近我们开始每次尝试访问调用 cfwebsocket 的页面时都会收到此消息:
Attribute validation error for the CFWEBSOCKET tag The channel entry specified for subscribeTo is not valid.
"testing123" is not a valid channel registered for this application.
但是在我们的 Application.cfc 中,我设置了通道:
<cfset this.wschannels = [{name="testing123"}] />
另一个奇怪的问题是,当我转到 ColdFusion 管理员的 WebSocket 部分时。我也收到一个错误:
这真的很奇怪,因为我们之前有这个工作。我们根本没有改变我们的防火墙。谁能指出我正确的方向?