We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68b4c2 commit 790875fCopy full SHA for 790875f
src/c#/GeneralUpdate.Client/Program.cs
@@ -78,7 +78,7 @@ private static void Main(string[] args)
78
GeneralClientOSS.Start(paramsOSS);*/
79
80
81
- var hub = new UpgradeHubService("http://localhost:5008/UpgradeHub");
+ IUpgradeHubService hub = new UpgradeHubService("http://localhost:5008/UpgradeHub", null, "GeneralUpdate");
82
hub.AddReceiveListener(Receive);
83
hub.StartAsync().Wait();
84
0 commit comments