How can I dipose resurces in an effect class? #406
Unanswered
Martin-Andersen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Why are you creating the hub instead of having it injected? If you inject it, then the container that created it will dispose of it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a SignalR hub in a effect class that I want to dispose properly. But how?
Created this gist so we have some concrete to talk about
Beta Was this translation helpful? Give feedback.
All reactions