Skip to content
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

iOS: Device did not wake up as expected #1432

Closed
nekohasekai opened this issue Feb 2, 2024 · 3 comments
Closed

iOS: Device did not wake up as expected #1432

nekohasekai opened this issue Feb 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@nekohasekai
Copy link
Member

Based on feedback, some iOS devices may still be sleeping after the screen turns on (wake() not called ?).

After a certain iOS version is updated, it is necessary to reject all connections during sleep, otherwise it will greatly increase battery consumption.

I will add an option in the new version to ignore device sleep, but this does not fundamentally solve the problem.

If any iOS developers have such experience, please help us.

@nekohasekai nekohasekai added the bug Something isn't working label Feb 2, 2024
@nekohasekai nekohasekai pinned this issue Feb 3, 2024
@Yukariin
Copy link

Yukariin commented Feb 7, 2024

It seems to be a common practice to ignore the sleep/wake function on mobile devices because it is called too often.
1 2 3

@nekohasekai
Copy link
Member Author

After inspection, I found that almost all sleep events in iOS end quickly. We have taken action to ignore such events.

@HiHenryLeo
Copy link

does the latest version of SFI handled this issue?or some solutions can be use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants