mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-16 05:04:48 -07:00
remove pointless baseurl check
InitializeConnectivity is an async function. if it is somehow ran twice and the previous task hasn't completed, the connectivity check will still run.
This commit is contained in:
parent
56016e9723
commit
7123aa7951
@ -58,9 +58,6 @@
|
||||
|
||||
// returns null for success
|
||||
|
||||
if (!String.IsNullOrEmpty(BaseUrl))
|
||||
return null;
|
||||
|
||||
CancellationTokenSource tokenSource = new CancellationTokenSource();
|
||||
CancellationToken token = tokenSource.Token;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user