Commit Graph

26 Commits

Author SHA1 Message Date
BrennanConroy d0bcdf3dd9
Fix dynamic require for Webpack (#3306) 2018-11-19 09:29:28 -08:00
BrennanConroy b006a2c789
Clean up logging (#3247) 2018-11-01 15:47:01 -07:00
BrennanConroy 865de16086
Enable cookie jar for Node client using request package (#3202) 2018-10-30 22:13:24 -07:00
BrennanConroy 1f91b523f7
Add error to negotiate (#2998) 2018-09-27 20:27:06 -07:00
BrennanConroy ef3d3b1cdd
[TS] Change websocket library in Node (#2989) 2018-09-21 08:58:54 -07:00
BrennanConroy a51eec7a1d
Add NodeJS in-box support (#2910) 2018-09-11 13:16:15 -07:00
BrennanConroy f8a46faf9d
Detect ASP.NET SignalR server connection attempt (#2820) 2018-08-22 11:17:04 -07:00
BrennanConroy 53ceaf1b2c
[TS Client] Properly wait for WebSocket close (#2804) 2018-08-14 15:34:31 -07:00
Andrew Stanton-Nurse fddf341913 Merge branch 'release/2.1' into release/2.2 2018-08-07 14:36:44 -07:00
BrennanConroy fc8979aeca
Update TS docs for docs.microsoft.com generation (#2605) 2018-08-07 13:36:10 -07:00
Andrew Stanton-Nurse 7317762b29
fix #2407 by tslinting tests before running (#2459) 2018-06-11 14:19:33 -07:00
BrennanConroy 10efae64e0
Add WebSocket and EventSource polyfills to options (#2408) 2018-06-01 09:25:25 -07:00
James Newton-King 30a59f6df7
TypeScript strict mode (#2388) 2018-05-31 12:04:48 +12:00
Andrew Stanton-Nurse e3e80b957c
switch tests to 'jest' (#2193) 2018-05-04 12:51:33 -07:00
Andrew Stanton-Nurse c009e15b0c
Make HttpTransportType a flags enum in TypeScript (#2179) 2018-05-04 09:05:29 -07:00
Andrew Stanton-Nurse dacea904cc
privatize IConnection and HttpConnection (#2105) 2018-04-20 10:14:54 -07:00
David Fowler 903fe1e902
Added support for negotiate response to redirect the client to another SignalR endpoint (#2070)
- Add a SkipNegotiation flag to the .NET and ts client
to allow skipping the negotiation phase. Don't infer it based on the transport type.
-  Updated the negotiate protocol to support returning a redirect url
- Added support to .NET client to handle redirect negotiations
- Handle poorly written endpoints that sends infinite redirects
- Added access token support and an infinite redirect guard
- Add delete handler for stopping the transport
2018-04-18 14:22:45 -07:00
Andrew Stanton-Nurse 31debcbf9f
Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
Andrew Stanton-Nurse 24328b8e88
fix #1281 by adding support for DELETE endpoint on server (#1925) 2018-04-12 12:39:08 -07:00
David Fowler 5aafb9b8be
Remove ITransport dependency on IConnection (#1934) 2018-04-10 12:29:16 -07:00
Vegard Løkken 31dfe91962 Support async access token factory (#1911) 2018-04-10 05:34:10 -07:00
Mikael Mengistu e51852d0fc
Use Anchor tag to normalize urls(#1828) 2018-04-04 21:43:25 -07:00
Andrew Stanton-Nurse 99ae47be09
Add ability to log message content (#1792) 2018-04-03 18:46:25 -07:00
James Newton-King 51fb15d6cf
Client logging fixes and improvements (#1773) 2018-03-30 16:24:38 +13:00
Mikael Mengistu cc52beec17
Fallback for TS client 2018-03-27 00:18:36 +00:00
BrennanConroy 6d642ea5ce
Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00