Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
byronap committed Aug 21, 2019
2 parents a776c45 + 7da09fe commit 2f201a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PureSocketClusterTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static async Task Main(string[] args)
};

// initialize the client
_scc = new PureSocketClusterSocket("wss://sc-02.coinigy.com/socketcluster/", opts, "MyOptionsInstanceName1");
_scc = new PureSocketClusterSocket("wss://sc-02.coinigy.com/socketcluster/", opts, "MyOptionalInstanceName1");

// set the channels we want to subscribe to
var cn = await _scc.CreateChannel("TRADE-GDAX--BTC--USD").SubscribeAsync();
Expand Down Expand Up @@ -97,4 +97,4 @@ private static void Scc_OnOpened(object sender)
OutputConsole.WriteLine($"{((PureSocketClusterSocket)sender).InstanceName} Connection Opened \r\n", ConsoleColor.Yellow);
}
}
}
}

0 comments on commit 2f201a5

Please sign in to comment.