From 181053e87621ea004e74c05dfb1678ea27bf4f82 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Fri, 28 Oct 2016 15:47:46 -0700 Subject: [PATCH] Adding longpolling --- samples/SocketsSample/wwwroot/hubs.html | 2 +- src/Microsoft.AspNetCore.SignalR.Client.TS/HttpClient.ts | 7 ++++++- .../LongPollingTransport.ts | 8 +++++++- .../RpcConnection.ts | 6 +++--- .../HttpConnectionDispatcher.cs | 3 +++ 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/samples/SocketsSample/wwwroot/hubs.html b/samples/SocketsSample/wwwroot/hubs.html index 486aeb8a41..42f099306d 100644 --- a/samples/SocketsSample/wwwroot/hubs.html +++ b/samples/SocketsSample/wwwroot/hubs.html @@ -7,7 +7,7 @@