Skip to content
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

[RUMF-158] fix view id associated to different session id #211

Merged
merged 3 commits into from
Dec 18, 2019

Conversation

BenoitZugmeyer
Copy link
Member

@BenoitZugmeyer BenoitZugmeyer commented Dec 18, 2019

When the session is renewed, a final view event is sent with the previous view id, but the session id has already change at this time.

This PR fixes the issue by changing the session id only after the final view event has been sent.

When the session changes, the viewTracker needs to send a last event
with the previous session id
@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner December 18, 2019 14:05
Copy link
Contributor

@bcaudan bcaudan left a comment

Choose a reason for hiding this comment

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

👍

@BenoitZugmeyer BenoitZugmeyer merged commit 7bc0dfb into master Dec 18, 2019
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/fix-session-id branch December 18, 2019 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants