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

[Bug]: iOS Fetching aborted by iOS device auto lock / sleep #769

Open
sirEven opened this issue Sep 10, 2024 · 1 comment
Open

[Bug]: iOS Fetching aborted by iOS device auto lock / sleep #769

sirEven opened this issue Sep 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sirEven
Copy link

sirEven commented Sep 10, 2024

Describe the bug

Note: I am pretty sure this is the wrong repo to post the issue since there wont be any ios specific code here i guess, but in my mind it was the closest that made sense to bring it up at all, as it is directly concerned with this plugin.

When I open obsidian on my ios device, that is setup to automatically pull upon opening, this might take several minutes. If the phone then goes into sleep or performs auto lock, it aborts and potentially scrambles the whole git process.
I am aware of iOS wide options like setting auto lock to "never", but cleaner solutions would be either a setting for mobile clients, similar to note apps like Notability, to "keep device awake" or maybe even implement some sort of background activity to ensure clean repo pulling and pushing.

Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)

No response

Steps to reproduce

  1. Setup git plugin to run on ios device
  2. Perform a pull command that takes longer than the lock timer of the device, which will highly likely introduce errors or in the worst case even scramble the whole repo sync state.

Expected Behavior

No response

Addition context

No response

Operating system

iOS

Installation Method

None

Plugin version

2.26.0

@sirEven sirEven added the bug Something isn't working label Sep 10, 2024
@sirEven
Copy link
Author

sirEven commented Sep 10, 2024

somewhat related, as this is what it may lead to: #702

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

1 participant