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 Fix TS Client tests (#586) 2017-06-24 08:39:07 -07:00
HubConnection.ts Support non blocking send on client (#603) 2017-06-28 21:00:13 -07:00
IConnection.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
IHttpConnectionOptions.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
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 Add the npm 5 lockfile to source 2017-06-08 09:47:17 -07:00
Observable.ts
Transports.ts Remove content type from LongPollingTransport 2017-06-15 07:33:05 +02:00
gulpfile.js
index.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
tsconfig.json