You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
varserviceTransportTypeOption=app.Option("-t|--transport","Set service transport type. Options: <transient>|<persistent>. Default value: transient. Transient: calls REST API for each message. Persistent: Establish a WebSockets connection and send all messages in the connection.",CommandOptionType.SingleValue,true);// todo: description
0 commit comments