Commit Graph

8 Commits

Author SHA1 Message Date
BrennanConroy ef3d3b1cdd
[TS] Change websocket library in Node (#2989) 2018-09-21 08:58:54 -07:00
BrennanConroy f314362ea5
Remove logging from flaky SSE tests (#2880) 2018-08-28 12:52:42 -07:00
Andrew Stanton-Nurse f94f6b73ef
fix running Functional Tests in the browser (#2494) 2018-06-14 14:14:51 -07:00
Andrew Stanton-Nurse b3b5a13f2c underp the merge 2018-04-18 09:13:13 -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
BrennanConroy 6d050140e5
Swtich to MessagePack-CSharp (#1879) 2018-04-09 17:04:32 -07:00
BrennanConroy fd54ec2c4f Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-22 15:57:47 -07:00
BrennanConroy 6d642ea5ce
Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00