-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
请求偶尔会报这个错误 Cannot read property 'send' of undefined #4724
Labels
Comments
Hello @tomDogwow. Please provide a reproducible example following the instruction. Issues labeled by @tomDogwow,请根据这个说明提供最小可复现代码。 如果在 7 天内没有进展会被自动关闭。 |
需提供复现方式,从报错来看,eggjs/egg-cluster@c683b67 |
哎 不是百分百出这问题的; 就只有下面这一个接口爆了好几次这错误;
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[2021-07-23 16:35:19.137] [cfork:master:28480] worker:23272 exit (code: null, exitedAfterDisconnect: true, state: dead, isDead: true, isExpected: true, worker.disableRefork: false)
[2021-07-23 16:35:19.754] [cfork:master:28480] master uncaughtException: TypeError: Cannot read property 'send' of undefined
at Server. (D:\A-EGG\node_modules_egg-cluster@1.27.0@egg-cluster\lib\master.js:219:16)
at Server.emit (events.js:310:20)
at TCP.onconnection (net.js:1558:8)
TypeError: Cannot read property 'send' of undefined
at Server. (D:\A-EGG\node_modules_egg-cluster@1.27.0@egg-cluster\lib\master.js:219:16)
at Server.emit (events.js:310:20)
at TCP.onconnection (net.js:1558:8)
The text was updated successfully, but these errors were encountered: