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

refactoring: refactor Session, SessionEvent #23

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

berka3
Copy link
Contributor

@berka3 berka3 commented Nov 28, 2023

  • Replace the usage of the old classes (Session, SessionEvent) with the newly introduced ApiEvent and Event classes
  • add new generic functions encodeEvent and decodeEvent for all types of events

@berka3 berka3 linked an issue Nov 28, 2023 that may be closed by this pull request
@berka3 berka3 force-pushed the 22-refactoring-remove-session-sessionevent-classes branch from 4ac9b4d to 9402d07 Compare November 28, 2023 13:27
Copy link
Contributor

@MartinPfeffer MartinPfeffer left a comment

Choose a reason for hiding this comment

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

looks fine!

Copy link
Contributor

@andreasgrill andreasgrill left a comment

Choose a reason for hiding this comment

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

Great job on this PR! 👍

@berka3 berka3 merged commit 060400d into main Nov 29, 2023
2 checks passed
@berka3 berka3 deleted the 22-refactoring-remove-session-sessionevent-classes branch November 30, 2023 14:28
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.

Refactoring: Remove Session, SessionEvent classes
3 participants