Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 302 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 302 Bytes

Blazor with CancellationToken support

What happens when a user navigates away and still has a pending request to our server? Or what happens if we have a request which might take forever and wastes our resources?

Found here