Lars
Results
1
comments of
Lars
By the way, this function causes the error. ``` public async Task Sync() { if(Connectivity.NetworkAccess != NetworkAccess.Internet) { _logger.LogInformation("No Internetconnection available. Sync aborted."); return; } try { var token =...