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

Concurrency issues with EF Core #582

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Mar 14, 2023

  1. Concurrency issues with EF Core

    The main issue I have been having with QuickGrid is that it makes concurrent calls to EF Core when you use Virtualization and larger datasets (>~1000 records). I also have two minor changes. First I need an OnRefresh delegate and secondly I proposed a solution to the ToDo comment about the Debounce function.
    
    Added a SemaphoreSlim to make sure we don't make concurrent requests to EF Core.
    Added an OnRefresh delegate.
    Added a SmartConfigurableDebounce function.
    magnusj64 authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6553639 View commit details
    Browse the repository at this point in the history