-
Notifications
You must be signed in to change notification settings - Fork 183
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
Accessing from outside of a controller #46
Comments
Take a look at this sample here Basically, you can have a |
hmm, well for my example, i'm utilizing Service Fabric which has this code in Program.cs. Which I want to pass the handlers into the constructor of "Service", but at this point Startup.cs has yet to be called therefore the handlers have yet been stored in the IOC container... does that make sense?
|
Would i need to do something like such inside of Program.cs?
|
Hi, I'm trying to access my websockets from outside in another service. Is there a way similar to how SignalR allow you to access Hubs via IHubContext?
Thanks!
The text was updated successfully, but these errors were encountered: