FlurlResponse throws an exception on inactive service calls
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Example:
Locationservice is not working.
call: GetPackageById();
Flurl.Http.FlurlHttpException: Call failed. Resource temporarily unavailable: GET http://locatieservice:5002/api/room
What it should be:
returns a package where location is null and logs that the locationservice is offline.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.