Can SignalR client use service discovery? #1075
Unanswered
VincentH-Net
asked this question in
Q&A
Replies: 2 comments
-
I have the same query and currently can't find any reference to help with this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #1356 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to deploy a (Blazor) chat client app together with its ASP.NET chat service in an Aspire app.
AppHost project:
Service project:
Blazor project:
All projects are Aspire enabled and call
AddServiceDefaults()
, which should configure all HttpClients with service discovery, however the URL for the SignalR client does not seem to be modified by service discovery; on navigating to the blazor application from the Aspire dashboard, it throws:(How) can Aspire Service Discovery be used for the URL of an ASP.NET Core SignalR Client?
Beta Was this translation helpful? Give feedback.
All reactions