Skip to content

Commit

Permalink
Update ServerConnect.cs
Browse files Browse the repository at this point in the history
Gaardsholt authored Jul 15, 2020
1 parent a2a05c4 commit d9593b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ServerConnect.cs
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@ async Task<bool> ConnectWithRetryAsync()
try
{
await connection.StartAsync();
await JoinGroup(_settings.Location);
return true;
}

0 comments on commit d9593b6

Please sign in to comment.