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

perf: cancel on going request like iOS SDK when the client SDK destroying #144

Open
duyhungtnn opened this issue Mar 21, 2024 · 0 comments
Assignees

Comments

@duyhungtnn
Copy link
Collaborator

duyhungtnn commented Mar 21, 2024

When the client SDK is being destroyed and there are ongoing requests to the server, it will continue running and may try to write to the closed database.
Currently, the DAO will simply ignore this.
We aim to implement request cancellation, similar to the iOS SDK, to enhance overall safety.

@duyhungtnn duyhungtnn self-assigned this Mar 21, 2024
@duyhungtnn duyhungtnn changed the title cancel on going request like iOS SDK perf: cancel on going request like iOS SDK when the client SDK destroying Mar 21, 2024
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

No branches or pull requests

1 participant