Skip to content

Commit

Permalink
设置客户端名称
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 10, 2024
1 parent 4354f55 commit 4fa7596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StarAgent/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public void StartClient()
var set = AgentSetting;
var client = new MyStarClient
{
Name = "Node",
Server = server,
Code = set.Code,
Secret = set.Secret,
Expand Down

0 comments on commit 4fa7596

Please sign in to comment.