-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Allow internal hubs #9760
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
Labels
area-signalr
Includes: SignalR clients and servers
Comments
👍 Sounds good to me. Should be a quick and easy change too. |
@rynowak Did you try this out? I gave this a quick try in a test app and making the hub internal looked like it worked. |
hmmm headscratch. I'll try it and make sure |
Ya, let's close this BAD BOY |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For server-side Blazor we register a hub to handle communication with the client, but we want to treat this hub like an implementation detail.
It would be really nice if the type could make the hub internal. We don't want to expose the following API surface publicly, but SignalR requires it.
This is our contract with our client-side code and we will want to evolve it.
The text was updated successfully, but these errors were encountered: