Skip to content

ensures lease is used exactly on request frame sending #855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2020

Conversation

OlegDokuka
Copy link
Member

This PR ensures that lease is used right before when the actual request frame is being sent.

That said that right now lease is used even though the Publisher given as the result of the requestXXX method execution is not subscribed (which of course may break lease counting on the client- vs server-side)

Signed-off-by: Oleh Dokuka [email protected]

@OlegDokuka OlegDokuka added the task label Jun 1, 2020
@OlegDokuka OlegDokuka added this to the 1.0.1 milestone Jun 1, 2020
@OlegDokuka OlegDokuka force-pushed the task/moves-lease-to-request-level branch from ce9a3e2 to 118f5bf Compare June 1, 2020 20:35
Copy link
Contributor

@rstoyanchev rstoyanchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one comment below.

@OlegDokuka OlegDokuka changed the title ensures lease is used right before actual request frame is sent ensures lease is used exactly on request frame sending Jun 3, 2020
@OlegDokuka OlegDokuka merged commit 086e40a into master Jun 3, 2020
@OlegDokuka OlegDokuka deleted the task/moves-lease-to-request-level branch June 3, 2020 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants