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

Return the RequestResponse instead of just awaiting and discarding #2792

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

seaders
Copy link

@seaders seaders commented Nov 28, 2024

The response's data here contains data of the created Task which is vital for identifying purposes like deleting the task later, it makes no sense to just discard, and is different to what occurs with the cloud task library.

I opened a discussion about this: #2791

But, after being extremely blocked by this issue, I remade the client for local tests, and confirmed that just returning the request gives everything needed.

Testing

All tests passed.

…he response's data here contains data of the created Task which is vital for identifying purposes like deleting the task later, it makes no sense to just discard, and is different to what occurs with the cloud task library.
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