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

Mixing PerWebRequest and Scoped #4

Open
mauroservienti opened this issue Jul 29, 2013 · 2 comments
Open

Mixing PerWebRequest and Scoped #4

mauroservienti opened this issue Jul 29, 2013 · 2 comments

Comments

@mauroservienti
Copy link

Hello,

is there any option to have a HybridPerWebRequestPerScope lifestyle?
I'm using NServiceBus inside a WebApplication and I need some components to live both in the web app (PerWebRequest) and in the message handling scope generated by NSB per received message.

cheers,
.m

@mausch
Copy link
Contributor

mausch commented Jul 29, 2013

There isn't one, but you can easily build it by subclassing HybridPerWebRequestScopeAccessor

@pruiz
Copy link

pruiz commented Feb 16, 2016

Would you accept a pullrequest implementing one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants