Skip to content

Return the SignalR hub builder when mapping default SignalR Hub#1797

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
esond:esond/return-hub-builder
Nov 4, 2025
Merged

Return the SignalR hub builder when mapping default SignalR Hub#1797
jeremydmiller merged 1 commit intoJasperFx:mainfrom
esond:esond/return-hub-builder

Conversation

@esond
Copy link
Contributor

@esond esond commented Oct 29, 2025

Returns the HubEndpointConventionBuilder fluent interface (FI) from MapWolverineSignalRHub().

Returns the `HubEndpointConventionBuilder` _FI_ from MapWolverineSignalRHub().
Copilot AI review requested due to automatic review settings October 29, 2025 20:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the MapWolverineSignalRHub extension method to return HubEndpointConventionBuilder instead of void, enabling callers to chain additional configuration methods on the hub endpoint.

Key Changes:

  • Modified the return type of MapWolverineSignalRHub from void to HubEndpointConventionBuilder
  • Added a return statement to pass through the result from MapHub<WolverineHub>(route)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants