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

Suppress error message when canceling load requests #11001

Closed
matsbryntse opened this issue Mar 26, 2025 · 0 comments
Closed

Suppress error message when canceling load requests #11001

matsbryntse opened this issue Mar 26, 2025 · 0 comments
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@matsbryntse
Copy link
Member

Forum post

I'm using a crudManager to manage data handling with the backend. When a load request is still pending while initiating a new load request, the crudManager correctly cancels the pending request. However it also prints an error message to the console.
I wonder if this is intended behaviour? It seems odd to me, that a correctly canceled request causes an error message to be printed.

In our scenario, a scheduler always spans the duration of a day and we have controls for the user to navigate to the previous/next day. When the user clicks quickly, load requests are regularly cancelled before they are fulfilled by the server. Is there any way to suppress these error messages?

Attached you find a video demonstrating the described behaviour.

		 Screen Recording 2025-03-26 at 15.08.39.mov
					(6.11 MiB) Downloaded 2 times
@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Mar 26, 2025
@matsbryntse matsbryntse added this to the 6.1.8 milestone Mar 28, 2025
@SergeyMaltsev SergeyMaltsev added resolved Fixed but not yet released (available in the nightly builds) and removed resolved Fixed but not yet released (available in the nightly builds) labels Apr 1, 2025
@isglass isglass closed this as completed Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants