aspnetcore/clients/ts/signalr/spec
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
..
AbortSignal.spec.ts Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
Common.ts fix #1281 by adding support for DELETE endpoint on server (#1925) 2018-04-12 12:39:08 -07:00
HttpClient.spec.ts Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
HttpConnection.spec.ts Flush first long poll immediately (#2032) 2018-04-17 00:49:26 -07:00
HubConnection.spec.ts fix #1281 by adding support for DELETE endpoint on server (#1925) 2018-04-12 12:39:08 -07:00
JsonHubProtocol.spec.ts Add protocol version to handshake (#1666) 2018-03-22 15:54:35 -07:00
LoggerFactory.spec.ts Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
TestHttpClient.ts Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
TextMessageFormatter.spec.ts Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
Utils.ts Couple logging additions (#1827) 2018-04-02 19:25:47 -07:00
tsconfig.json Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00