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

Fix Hub constructor visibility #14

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

Dragemil
Copy link
Collaborator

@Dragemil Dragemil commented Sep 5, 2023

It can't be fetched from DI with internal ctor. Also one more argument to have broader LeanPipe tests.

@github-actions
Copy link

github-actions bot commented Sep 5, 2023

Test Results

18 tests  ±0   18 ✔️ ±0   0s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 2c9c1e5. ± Comparison against base commit b0bb681.

Copy link
Contributor

@wojtek2288 wojtek2288 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does it need to be fetched from DI?

@Dragemil
Copy link
Collaborator Author

Dragemil commented Sep 5, 2023

When ASP.NET maps the SignalR call to Hub, then it resolves it from the DI. So in our case every time a client checks pulse, subscribes or unsubscribes.

@Dragemil Dragemil merged commit 5406188 into main Sep 5, 2023
3 checks passed
@Dragemil Dragemil deleted the publisher/fix-hub-constructor-visibility branch September 5, 2023 14:35
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

Successfully merging this pull request may close these issues.

2 participants