OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Remove pollingRequestMaximumMessageProcessingTimeout #595

Closed LukeButters closed 7 months ago

LukeButters commented 7 months ago

Background

[SC-67117]

Removes the pollingRequestMaximumMessageProcessingTimeout since it provided no value, we now entirely depend on TCP connection timeouts to determine if the request is dead similar to listening tentacles.

How to review this PR

Quality :heavy_check_mark:

Pre-requisites

shortcut-integration[bot] commented 7 months ago

This pull request has been linked to Shortcut Story #67117: (2024 Q1) Rollout Decouple the Polling Response Timeout from the duration it takes to transfer a request and response.