This commit is contained in:
poiuty 2023-05-15 13:25:43 +03:00
parent 03732ea80d
commit 249b30961f
4 changed files with 3 additions and 47 deletions

View file

@ -113,5 +113,4 @@ func startRoom(workerData Info) {
workerData.ch = make(chan struct{})
go xWorker(workerData, url.URL{Scheme: "wss", Host: "realtime.pa.highwebmedia.com", Path: "/", RawQuery: "access_token=" + workerData.Auth + "&format=json&heartbeats=true&v=1.2&agent=ably-js%2F1.2.13%20browser&remainPresentFor=0"})
//go xWorker(workerData)
}