Skip to content

Conversation

@vwxyzh
Copy link
Contributor

@vwxyzh vwxyzh commented Mar 19, 2025

This pull request includes several changes to the Azure SignalR project, primarily focusing on adding a new CLI sample project, updating the streaming manager interface, and improving error logging. Below are the most important changes:

New CLI Sample Project:

  • Added a new project ChatSample.Cli to the solution file AzureSignalR.sln. This includes project references and solution configurations. [1] [2] [3]
  • Created ChatSample.Cli.csproj with necessary configurations and package references.

Streaming Manager Interface Updates:

  • Changed IStreamingManager interface from internal to public, allowing it to be accessed outside the assembly.
  • Updated StreamingManager class and its adapter to be public, and added logger dependency for improved error handling. [1] [2] [3]

Service Hub Context Enhancements:

  • Added a Streaming property to IServiceHubContext and its implementations, providing access to the streaming manager. [1] [2] [3]

Minor Changes:

  • Removed charset specification from JsonPayloadMessageContent to simplify the content type declaration.
  • Corrected copyright comments in several files. [1] [2]

These changes improve the functionality and maintainability of the Azure SignalR project by adding new features and enhancing existing ones.

@vwxyzh
Copy link
Contributor Author

vwxyzh commented Mar 19, 2025

#2129

vicancy
vicancy previously approved these changes May 19, 2025
@vwxyzh vwxyzh enabled auto-merge (squash) May 20, 2025 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants