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

RcloneRpc: Fix hang in setRemoteOptions() when setting options for an OAuth2-based backend #19

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

chenxiaolong
Copy link
Owner

The rclone authorize flow is triggered when updating any option for a backend that uses OAuth2. This causes the thread to hang indefinitely and blocks further RPC calls.

Issue: #16

… OAuth2-based backend

The `rclone authorize` flow is triggered when updating any option for a
backend that uses OAuth2. This causes the thread to hang indefinitely
and blocks further RPC calls.

Issue: #16

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong self-assigned this Jun 23, 2023
@chenxiaolong chenxiaolong merged commit e7c4b87 into master Jun 23, 2023
@chenxiaolong chenxiaolong deleted the hidden branch June 23, 2023 23:35
chenxiaolong added a commit that referenced this pull request Jun 23, 2023
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant