Skip to content

Commit d9593b6

Browse files
authored
Update ServerConnect.cs
1 parent a2a05c4 commit d9593b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ServerConnect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async Task<bool> ConnectWithRetryAsync()
8686
try
8787
{
8888
await connection.StartAsync();
89+
await JoinGroup(_settings.Location);
8990
return true;
9091
}
9192

0 commit comments

Comments
 (0)