google / goexpect

Expect for Go
BSD 3-Clause "New" or "Revised" License
759 stars 134 forks source link

#3 Possible memory leak because of Ticker #4

Closed marek5050 closed 7 years ago

marek5050 commented 7 years ago

PR for Issue #3
Added the Ticker Stop()

Go test results:

~/goexpect$ go test
E0821 14:02:26.983666   11558 expect_test.go:135] Accept failed: accept tcp [::]:32844: use of closed network connection
E0821 14:02:27.002522   11558 expect_test.go:203] PTY cols/rows: 240/22 want: 120/40
E0821 14:02:27.002759   11558 expect_test.go:135] Accept failed: accept tcp [::]:41063: use of closed network connection
PASS
ok      _/home/marek/goexpect   11.224s
googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


marek5050 commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!