Closed LukeButters closed 1 year ago
The ResponseCache would throw when given a null response. This can happen so instead just don't cache null responses messages.
Note that the entire Halibut ResponseMessage is null, this has nothing to do with that the RPC call itself returned.
ResponseMessage
[SC-58477]
Related to https://github.com/OctopusDeploy/Issues/issues/8266
Quality :heavy_check_mark:
This pull request has been linked to Shortcut Story #58477: Halibut throws NPE in ResponseCache.
Background
The ResponseCache would throw when given a null response. This can happen so instead just don't cache null responses messages.
Note that the entire Halibut
ResponseMessage
is null, this has nothing to do with that the RPC call itself returned.[SC-58477]
Related to https://github.com/OctopusDeploy/Issues/issues/8266
How to review this PR
Quality :heavy_check_mark:
Pre-requisites