richardartoul / nola

MIT License
74 stars 6 forks source link

Propagate Context Deadlines over RPCs by Adding Header #86

Closed aratz-lasa closed 1 year ago

aratz-lasa commented 1 year ago

Description

This pull request aims to address issue #82, which relates to the loss of context deadlines when performing RPCs over the network using the HTTP client. The proposed solution is to propagate the context deadline as a header in the HTTP requests, ensuring that the deadlines are preserved throughout the network communication.

The following changes have been made to achieve this: