Giter VIP home page Giter VIP logo

Comments (4)

MarkCiliaVincenti avatar MarkCiliaVincenti commented on May 29, 2024 1

For some reason it's not able to create the instance, but you can help it, and also use the recommended parameters at the same time.

In your Startup.cs, change:

builder.Services.AddSingleton<AsyncKeyedLocker<string>>();

To:

builder.Services.AddSingleton(new AsyncKeyedLocker<string>(o =>
{
    o.PoolSize = 20;
    o.PoolInitialFill = 1;
}));

from asynckeyedlock.

MarkCiliaVincenti avatar MarkCiliaVincenti commented on May 29, 2024

I will investigate why the above may be happening but that's the workaround for now.

from asynckeyedlock.

MarkCiliaVincenti avatar MarkCiliaVincenti commented on May 29, 2024

This issue is a known issue with Azure Functions. Refer to https://stackoverflow.com/questions/57991405/dependency-injection-injecting-null-when-missing-registration-in-azure-functions and https://stackoverflow.com/questions/60379123/microsoft-extensions-dependencyinjection-injects-null-to-constructor-instead-of

As such, there is nothing we can do from our end. I will mark this as closed.

from asynckeyedlock.

MarkCiliaVincenti avatar MarkCiliaVincenti commented on May 29, 2024

Also, found out there is a GitHub issue that talks about this at Azure/azure-functions-host#8322

from asynckeyedlock.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.