Skip to content

Commit 790875f

Browse files
committed
Update Program.cs
1 parent b68b4c2 commit 790875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c#/GeneralUpdate.Client/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static void Main(string[] args)
7878
GeneralClientOSS.Start(paramsOSS);*/
7979

8080

81-
var hub = new UpgradeHubService("http://localhost:5008/UpgradeHub");
81+
IUpgradeHubService hub = new UpgradeHubService("http://localhost:5008/UpgradeHub", null, "GeneralUpdate");
8282
hub.AddReceiveListener(Receive);
8383
hub.StartAsync().Wait();
8484

0 commit comments

Comments
 (0)