Skip to content

Commit

Permalink
update drpc demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyunhx committed Aug 18, 2015
1 parent eca80a4 commit 6612899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Storm.DRPC.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Program
{
static void Main(string[] args)
{
DRPCClient client = new DRPCClient("175.102.9.102", 3772);
DRPCClient client = new DRPCClient("drpc-host", 3772);
string result = client.execute("simpledrpc", "hello word");
Console.WriteLine(result);
Console.WriteLine("Please input a word and press enter, if you want quit it, press enter only!");
Expand Down

0 comments on commit 6612899

Please sign in to comment.