We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a05c4 commit d9593b6Copy full SHA for d9593b6
ServerConnect.cs
@@ -86,6 +86,7 @@ async Task<bool> ConnectWithRetryAsync()
86
try
87
{
88
await connection.StartAsync();
89
+ await JoinGroup(_settings.Location);
90
return true;
91
}
92
0 commit comments