-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internel/start.go监听模块会在特定场景出现空指针情况 #378
Comments
重现方法: 使用同一个端口触发start异常 |
kevwan
added a commit
to kevwan/go-zero
that referenced
this issue
Jan 13, 2021
kevwan
added a commit
to kevwan/go-zero
that referenced
this issue
Jan 13, 2021
kesonan
pushed a commit
to kesonan/go-zero
that referenced
this issue
Mar 1, 2021
* make sure unlock safe even if listeners panic * fix zeromicro#378 * fix zeromicro#378
jeyrce
pushed a commit
to jeyrce/go-zero
that referenced
this issue
Aug 25, 2021
* make sure unlock safe even if listeners panic * fix zeromicro#378 * fix zeromicro#378
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当func start() 出现任何情形异常时
proc.AddWrapUpListener 由于永远返回了一个空函数...
修改return 修复
The text was updated successfully, but these errors were encountered: