-
Notifications
You must be signed in to change notification settings - Fork 541
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: Android notification not working #3796 #3801
Conversation
Another thing need to be mentioned: |
full-ice is a devDependency needed for tests, we will not remove it. I don't understand the fix yet (and it doesn't seem like you do either), there's already reschedule done in |
see the link I quoted - it is a built-in module for node 16 above so there is no need to include it(and it made me fail doing
The problem is, there is not any exception. I have no idea why this happened. |
Oh, sorry, I overlooked the link about icu. We will remove it but let's do it separately from Android issue. I think we should try to find out what happens in your case first. If there's no exception then it was a "happy" path |
Sorry but I don't really know what is a "happy" path. Could you give more information? |
@InfinityLoop1309 I meant that if no error has happened then it's probably working as intended - connects, waits for one response and then hangs until system says it's time to sleep again. |
@charlag Seems the only reason it ran into |
Fix: Android notification not working #3796
Fix: remove useless dependency full-icu, which caused problem executing
npm ci
(See this issue)Note: I don't really know if this fix of #3796 is the supposed way, but it works.