Anybody help with this issue (still not solved but I cannot reopen it)
https://github.com/golang/go/issues/23728
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go version go1.9.3 darwin/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN
gt;
> I added a counter to break after a number of loops since it goes
> infinitely: https://play.golang.org/p/aZbmTKvpxcD
>
> Matt
>
> On Wednesday, February 7, 2018 at 8:38:41 AM UTC-6, Damon Zhao wrote:
>>
>> Please answer these questions before submitting your iss
Got it, thx~
在 2018年2月7日星期三 UTC+8下午11:25:24,matthe...@gmail.com写道:
>
> The select already received in that case and is waiting to send, but the
> select has to be re-entered for the next receive to happen.
>
> Matt
>
> On Wednesday, February 7, 2018 at 9:22:31 AM UTC-6, Damo