From e6b34fdce30f2da12dd01afe97a2eb29c21509aa Mon Sep 17 00:00:00 2001 From: moozzyk Date: Tue, 29 Nov 2016 16:03:56 -0800 Subject: [PATCH] Renaming RpcConnection to HubConnection --- .gitignore | 1 + samples/ChatSample/Views/Home/Index.cshtml | 2 +- samples/SocketsSample/wwwroot/hubs.html | 2 +- .../{RpcConnection.ts => HubConnection.ts} | 6 +++--- src/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) rename src/Microsoft.AspNetCore.SignalR.Client.TS/{RpcConnection.ts => HubConnection.ts} (96%) diff --git a/.gitignore b/.gitignore index 6e02278d4c..93aa307b37 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ runtimes/ .testPublish/ launchSettings.json node_modules/ +npm-debug.log *.tmp *.nuget.props *.nuget.targets diff --git a/samples/ChatSample/Views/Home/Index.cshtml b/samples/ChatSample/Views/Home/Index.cshtml index 02716de06a..686bffa382 100644 --- a/samples/ChatSample/Views/Home/Index.cshtml +++ b/samples/ChatSample/Views/Home/Index.cshtml @@ -14,7 +14,7 @@