看了下,没有GET/Ajax请求,也不是webscoket
更多评论
就是用的WebSocket,URL是:
```
wss://studygolang.com/ws?uid=xxxx
```
studygolang源代码:
https://github.com/studygolang/studygolang/blob/7b362a04fed8ad93ebf6722789d475c4e3350e30/http/controller/websocket.go#L31
#3