- fix: auth renew and null fix
This commit is contained in:
@@ -74,6 +74,7 @@ public sealed partial class HubServerListProvider : IServerListProvider
|
||||
catch (Exception e)
|
||||
{
|
||||
_errors.Add(new Exception($"Some error while loading server list from {HubUrl}. See inner exception", e));
|
||||
_errors.Add(e);
|
||||
}
|
||||
|
||||
IsLoaded = true;
|
||||
|
||||
Reference in New Issue
Block a user