aspnetcore/client-ts/Microsoft.AspNetCore.Signal...
Andrew Stanton-Nurse cb3124be17
First pass at Keep Alive (#1119)
This adds the Ping message type and support for sending/receiving it in the Hub Protocols. It does not add the logic to transmit keep-alive frames.
2017-11-16 09:45:13 -08:00
..
Base64EncodedHubProtocol.ts
Common.ts
Formatters.ts Replacing 8-byte-long length prefix with varint 2017-09-28 17:00:49 -07:00
HttpClient.ts
HttpConnection.ts Removing sending OPTIONS request if WebSocket transport requested (#1036) 2017-10-23 10:28:33 -07:00
HttpError.ts
HubConnection.ts First pass at Keep Alive (#1119) 2017-11-16 09:45:13 -08:00
IConnection.ts lowercasing event names 2017-09-20 18:19:02 -07:00
IHttpConnectionOptions.ts
IHubConnectionOptions.ts
IHubProtocol.ts First pass at Keep Alive (#1119) 2017-11-16 09:45:13 -08:00
ILogger.ts
JsonHubProtocol.ts
Loggers.ts Summary of changes\n\t- Improved logging to browser console\n\nAddresses #802 2017-10-16 10:29:17 -07:00
MessagePackHubProtocol.ts First pass at Keep Alive (#1119) 2017-11-16 09:45:13 -08:00
Microsoft.AspNetCore.SignalR.Client.TS.csproj Don't build TS client needlessly (#1034) 2017-10-18 22:49:44 -07:00
Observable.ts Optional error and complete functions for observables (#1000) 2017-10-10 16:42:50 -07:00
Transports.ts lowercasing event names 2017-09-20 18:19:02 -07:00
gulpfile.js
index.ts
third-party-notices.txt
tsconfig.json