Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.3k
链接关闭的时候有概率发生 panic #400
Copy link
Copy link
Open
Description
Metadata
Metadata
Assignees
Labels
No labels
在跟着《深入理解GO语言》搓框架,在测试的时候发现在关闭的时候有概率发生panic,原因是 sent to closed channle
极小概率,同时看到 issue 中有人提了一下但是不被重视,个人建议要不要加一个recover避免出问题