BrennanConroy
b006a2c789
Clean up logging ( #3247 )
2018-11-01 15:47:01 -07:00
BrennanConroy
a51eec7a1d
Add NodeJS in-box support ( #2910 )
2018-09-11 13:16:15 -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
BrennanConroy
31b6ad69ae
Increase poll timeout in TS client ( #2737 )
2018-08-06 19:14:44 -07:00
Andrew Stanton-Nurse
7317762b29
fix #2407 by tslinting tests before running ( #2459 )
2018-06-11 14:19:33 -07:00
James Newton-King
30a59f6df7
TypeScript strict mode ( #2388 )
2018-05-31 12:04:48 +12:00
James Newton-King
44f914b9b2
Refactor LongPollingTransport stop in TS client to align with C# client ( #2292 )
2018-05-22 11:12:24 +12:00
Andrew Stanton-Nurse
1282fde338
less flaky test
2018-05-03 17:55:25 -07:00
Andrew Stanton-Nurse
6f77eaca13
add tests
2018-05-03 12:09:07 -07:00
Andrew Stanton-Nurse
fdfd5381a5
clean up the shutdown timer
2018-05-03 09:26:48 -07:00
Andrew Stanton-Nurse
ae329edd2a
Fix #2169 by correcting shutdown timeout ( #2170 )
2018-05-01 16:37:22 -07:00
Andrew Stanton-Nurse
31debcbf9f
Simple TypeScript API Review Feedback ( #2050 )
2018-04-17 10:51:52 -07:00
David Fowler
05d6bbb782
Flush first long poll immediately ( #2032 )
...
There was a race condition between the first poll and any other http request that was sent.
In particular, if you called StartAsync then StopAsync it was possible for the delete to happen before the poll started leading to 400 errors. This change fixes that by making the very first poll
return immediately so that the client can use that to determine if there was an error connecting.
2018-04-17 00:49:26 -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