You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to follow in the path of EF and support async ToXxx operations (f.e., ToListAsync). Since ElasticLINQ's network protocol (HTTP) is implicitly async, it would be nice to allow better resource usage on servers by fully embracing that instead of hiding it behind LINQ's synchronous methods.
It would be nice to follow in the path of EF and support async ToXxx operations (f.e., ToListAsync). Since ElasticLINQ's network protocol (HTTP) is implicitly async, it would be nice to allow better resource usage on servers by fully embracing that instead of hiding it behind LINQ's synchronous methods.