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

Fix device linking #151

Merged
merged 2 commits into from
Aug 17, 2022
Merged

Fix device linking #151

merged 2 commits into from
Aug 17, 2022

Conversation

Schmiddiii
Copy link
Contributor

The reason behind #119 (comment) was a rouge second Self::json. This would lead to the whole response being consumed by the first Self::json to print the response, the second Self::json would then not have to decode a empty response.

Julian Schmidhuber added 2 commits August 17, 2022 16:05
The reason behind <whisperfish#119 (comment)> was a rouge second `Self::json`. This would lead to the whole response being consumed by the first `Self::json` to print the response, the second `Self::json` would then not have to decode a empty response.
@gferon
Copy link
Collaborator

gferon commented Aug 17, 2022

Thanks a lot for the investigation and the fix!

@gferon gferon merged commit 0f47704 into whisperfish:master Aug 17, 2022
@Schmiddiii Schmiddiii deleted the fix-device-link branch August 17, 2022 14:21
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.

2 participants