Adapt With Close

This commit is contained in:
mr
2026-03-12 16:20:28 +01:00
parent 57ec428d63
commit a574b55b8f
5 changed files with 26 additions and 4 deletions

2
ws.go
View File

@@ -19,7 +19,7 @@ func main() {
flag.Parse()
args := flag.Args()
url := "ws://localhost:8093/oc/decentralized/search/test"
url := "ws://localhost:8093/oc/decentralized/search/demo"
token := ""
if len(args) >= 1 {