我们有一个atmosphere(wasync)用 java 编写的服务器应用程序,我想.net使用websocket4Net.
.net 如果服务器和客户端都在两个环境中,我能够实现通信。
当我尝试atmosphere(wasync)使用 URL 连接到 java 时出现问题:
ws://myHostName:1010/atmosphere_server/atmos/broadcost
然后我得到一个例外:System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it。
任何帮助表示赞赏。谢谢!