aspnetcore/client-ts/Microsoft.AspNetCore.Signal...
David Fowler d6f5e16f38 Support non blocking send on client (#603)
* Added support for non blocking sends on HubConnection
- Renamed Invoke to InvokeAsync
- Add support for non blocking send to TS client
- Add tests to make sure that non blocking sends don't send responses
2017-06-28 21:00:13 -07:00
..
Common.ts
Formatters.ts
HttpClient.ts
HttpConnection.ts
HubConnection.ts Support non blocking send on client (#603) 2017-06-28 21:00:13 -07:00
IConnection.ts
IHttpConnectionOptions.ts
IHubProtocol.ts Adding negotiation to TS client 2017-06-27 18:55:18 -07:00
JsonHubProtocol.ts Adding negotiation to TS client 2017-06-27 18:55:18 -07:00
Microsoft.AspNetCore.SignalR.Client.TS.csproj
Observable.ts
Transports.ts
gulpfile.js
index.ts
tsconfig.json