Replace ResultsCh with ResponsesCh

This commit is contained in:
Silas Davis
2017-10-24 17:45:13 +01:00
parent 01be6fa309
commit f6adddb4a8
5 changed files with 47 additions and 49 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func main() {
// Read a bunch of responses
go func() {
for {
_, ok := <-wsc.ResultsCh
_, ok := <-wsc.ResponsesCh
if !ok {
break
}