我一直在尝试将 AppRTC 部署到我学校的 Ubuntu 服务器上,但无济于事。我已经按照Collider部分的说明进行操作,直到命令“go get collidermain”返回错误如下:
# golang.org/x/net/websocket
goWorkspace/src/golang.org/x/net/websocket/dial.go:18:19: error: reference to undefined identifier ‘tls.DialWithDialer’
conn, err = tls.DialWithDialer(dialer, "tcp", parseAuthority(config.Location), config.TlsConfig)
我不知道是什么导致了这个错误,即使我已经重新安装了 Go 的多个版本(1.7.4、1.6.4、1.6.3、1.6),但我仍然在“go get collidermain”中遇到同样的错误。
你们中的任何人在部署 AppRTC 时都遇到过这个问题吗?我希望任何知道答案的好心人都可以帮助我解决我的问题。非常感谢。