-
Hi, ContextThe setup is described at davidfowl/BedrockFramework#65 I would however like to extend this framework to facilitate SignalR. I think it would be more appropriate for the hubs to hosted inside the controller Kestrel (or at least in a dedicated ALC/Kestrel per hub type) . To then dispatch a request to a worker Kestrel/ALC or process it in the controller Kestrel, the code would have to analyse whether the incoming request is headed for a SignalR hub or not. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think: Should do the trick. |
Beta Was this translation helpful? Give feedback.
I think:
EndpointDataSource
Endpoint.Metadata
HubMetadata
Should do the trick.