AlexStocks commented on code in PR #129: URL: https://github.com/apache/dubbo-getty/pull/129#discussion_r2324157775
########## examples/echo/wss-echo/server/app/server.go: ########## @@ -149,7 +147,7 @@ func initServer() { addr = gxnet.HostAddress2(conf.Host, port) if conf.CertFile != "" && conf.KeyFile != "" { - server = getty.NewWSSServer( + server = getty.NewWSServer( Review Comment: WSServer 是 websocket server,WSSServer 的意思是 Websocket Security Server -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org