From d646e3666fa2e39664ef300d89282d361a2d92f4 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sat, 1 Oct 2016 14:27:50 -0700 Subject: [PATCH] Made a thin websocket like wrapper around the client API --- samples/SocketsSample/wwwroot/polling.html | 74 +++++++++++++++------- samples/SocketsSample/wwwroot/sse.html | 74 ++++++++++++++-------- 2 files changed, 99 insertions(+), 49 deletions(-) diff --git a/samples/SocketsSample/wwwroot/polling.html b/samples/SocketsSample/wwwroot/polling.html index 77d92aed9a..4a6d15831d 100644 --- a/samples/SocketsSample/wwwroot/polling.html +++ b/samples/SocketsSample/wwwroot/polling.html @@ -4,7 +4,9 @@ diff --git a/samples/SocketsSample/wwwroot/sse.html b/samples/SocketsSample/wwwroot/sse.html index daa7847b32..75905f3f17 100644 --- a/samples/SocketsSample/wwwroot/sse.html +++ b/samples/SocketsSample/wwwroot/sse.html @@ -4,17 +4,9 @@