Update relay.go

This commit is contained in:
syssecfsu 2022-01-11 22:52:59 -05:00 committed by GitHub
parent f9805d6c67
commit 5cd1bb8d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ out:
}
case viewer := <-tc.vchan:
log.Println("Received viewer")
log.Println("Received viewer", viewer.RemoteAddr().String() )
viewers = append(viewers, viewer)
case <-tc.ws_done: