AzureSignalR-samples icon indicating copy to clipboard operation
AzureSignalR-samples copied to clipboard

Add strongly typed hub sample (Don't merge before feature is released)

Open Y-Sindo opened this issue 4 years ago • 0 comments

Add strongly typed hub sample

  • NegotiationServer
    • Change another hub into strongly typed hub
  • MessagePublisher
    • Extract an interface IMessagePublisher from the MessagePublisher, and implement a StronglyTypedMessagePublisher.
    • Add an option "-s|--strongly-typed-hub" to decide which IMessagePublisher to use.
  • SignalRClient
    • Add an option "-s|--strongly-typed-hub" to decide connect to which hub.

Y-Sindo avatar Oct 21 '21 06:10 Y-Sindo