Changing UserDataServiceClientBase Http to Signalr in progress...
This commit is contained in:
parent
3f15ef9b4c
commit
07ea4678e1
|
|
@ -160,7 +160,9 @@ namespace AyCode.Blazor.Components.Services
|
|||
Logger.Error(errorText);
|
||||
|
||||
//TODO: Ideiglenes, majd a ResponseMessage-et kell visszaadni a Status miatt! - J.
|
||||
throw new Exception(errorText);
|
||||
return await Task.FromException<TResponse>(new Exception(errorText));
|
||||
|
||||
//throw new Exception(errorText);
|
||||
//return default;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue