我想建立到我自己服务器的websocket连接。
我尝试的代码如下:
var connection = new WebSocket('ws://137.250.171.212:8888/ws/speech');
但是我收到一个错误Firefox kann keine Verbindung zu dem Server unter ws://137.250.171.212:8888/ws/speech aufbauen.
,它转换为Firefox could not establish a connection to ws://137.250.171.212:8888/ws/speech
服务器已明确启动并正在运行。 感谢您的帮助。
答案 0 :(得分:0)
问题是目标URL配置错误。 使用正确的websocket网址可以解决此问题。