AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Add strongly typed hub sample (Don't merge before feature is released)
Add strongly typed hub sample
- NegotiationServer
- Change another hub into strongly typed hub
- MessagePublisher
- Extract an interface
IMessagePublisherfrom theMessagePublisher, and implement aStronglyTypedMessagePublisher. - Add an option "-s|--strongly-typed-hub" to decide which
IMessagePublisherto use.
- Extract an interface
- SignalRClient
- Add an option "-s|--strongly-typed-hub" to decide connect to which hub.