I have integrated our old libraries using ninject with azure durable functions using service locator pattern, but somehow the NHibernate Session objects gets shared and throws exception like session is closed etc.
Do you have any plans for adapter with azure functions or some example on how to integrate both of this
I have integrated our old libraries using ninject with azure durable functions using service locator pattern, but somehow the NHibernate Session objects gets shared and throws exception like session is closed etc. Do you have any plans for adapter with azure functions or some example on how to integrate both of this