-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Fix: hangs if is empty and SDK NoOp #920
Conversation
@@ -13,7 +15,7 @@ | |||
|
|||
### Fixes | |||
|
|||
- Send DidBecomeActiveNotification when OOM enabled (#905) | |||
* Send DidBecomeActiveNotification when OOM enabled (#905) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The auto-updater uses -
, that should probably be aligned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most likely, good catch, auto formatter changed automatically for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
📜 Description
Fix: hangs if is empty and SDK NoOp
💡 Motivation and Context
Fixes #908
sdk
is a late var and was not init for the NoOp Hub.💚 How did you test it?
📝 Checklist
🔮 Next steps