初级会员
  • 第 7381 位会员
  • ySHU
  • 821035361@qq.com
  • 2017-02-09 06:00:53
  • Offline
  • 0

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • #2 @ySHU 报错:WebSocket connection to 'ws://localhost:9239/' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET
  • #1 @ySHU index.html 上是这样的: client = new WebSocket("ws://localhost:9239"); console.log(client) client.onopen = function(event) { console.log("connected"); sendMsg({ type: 'login', name: name }); $('.loginbg').hide(); $('.login').hide(); };
  • func main() { listener, _ := net.Listen("tcp", "127.0.0.1:9111") fmt.Println(listener) srv := newChatServer("127.0.0.1:9110", "10.0.0.9:6379"); fmt.Println("2222") fmt.Println(srv) fcgi.Serve(listener, srv) } 这样配置对吗?我这样配置老是报错