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

[ANDR][Replay] Flatten and de-spaghettize Session Replay logic #118

Merged
merged 13 commits into from
Nov 12, 2024

Conversation

murki
Copy link
Contributor

@murki murki commented Nov 8, 2024

In preparation for adding screenshotting capabilities.

Classes in the replay module were over-abstracted and all their dependencies were leaking so we're refactoring it all to flatten and simplify their structures and make their dependancies be enforced at construction time.

@murki murki marked this pull request as ready for review November 9, 2024 18:43
Copy link
Contributor

@Augustyniak Augustyniak left a comment

Choose a reason for hiding this comment

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

nice

import java.util.concurrent.TimeUnit

/**
* Allows to capture the screen and send the binary data over a persistent websocket connection
* @param replayModule The replay module to use for screen capture
* @param replayManager The replay module to use for screen capture
Copy link
Contributor

Choose a reason for hiding this comment

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

this seems off (there are missing docs for other arguments as well)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah i noticed the entire replay module is whack and docs are not enforced. i'll look into fixing all that in a separate pr

@murki murki merged commit f4c6112 into main Nov 12, 2024
15 checks passed
@murki murki deleted the murki/replay-simpl-refactor branch November 12, 2024 14:53
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants