-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[bugfix] Fix NullPointerException #2849
base: master
Are you sure you want to change the base?
Conversation
Oh,The merge error is caused by the absence of space after if. I will correct it @yuluo-yx |
Signed-off-by: Ayu <[email protected]>
I found that when setting the monitoring time to 10 seconds, this situation will occur during debugging. This situation is caused by overlapping of the occurrence time of two monitors, which is rare. So it feels like you just need to avoid being empty when the foreach executes🤔(The current thinking is this) @tomsun28 |
What's changed?
#2847
This PR fixes the NullPointerException that occurs when foreach is called when Set is null.
Checklist
Add or update API