aspnetcore/clients/ts
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
..
FunctionalTests Remove MSG from SignalR (#2006) 2018-04-13 17:08:02 -07:00
signalr Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
signalr-protocol-msgpack Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
webdriver-tap-runner Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
package-lock.json Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
package.json Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
rollup-base.js Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
tsconfig-base.json Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
tslint.json Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
umd-test-page.html Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00