Releases: gowsp/wsp
Releases · gowsp/wsp
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
注意:wspc 配置已变更, 需要将旧配置放入 client 字段下
Notice:wspc configuration changed,The old configuration needs to be put under the client field
old
{
"auth": "auth",
"server": "ws://mywsps.com:8010/proxy"
}
new
{
"client": [
{
"auth": "auth",
"server": "ws://mywsps.com:8010/proxy"
}
]
}