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

Core: don't load seqNo and sessionId on start #44

Closed
wants to merge 2 commits into from

Conversation

aarani
Copy link

@aarani aarani commented May 13, 2021

This PR randomizes SeqNo and SessionID on start this prevents some errors (code=32) but It doesn't remove these fields from Session class to keep compatibility with older session files also It removes a previously used hack to make CI work with outdated SessionId and Seqno because it's no longer needed after this change.

aarani added 2 commits May 13, 2021 20:36
This commit randomizes SeqNo and SessionID on start this
prevents some errors (code=32) but It doesn't remove these
fields from Session class to keep compatibility with older
session files.
This hack is no longer because we no longer save
sequence number.
This was referenced May 13, 2021
@aarani
Copy link
Author

aarani commented May 15, 2021

will be merged in #41.

@aarani aarani closed this May 15, 2021
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.

1 participant