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

Memory Leak? #8

Open
Baeks215 opened this issue Jul 7, 2023 · 0 comments
Open

Memory Leak? #8

Baeks215 opened this issue Jul 7, 2023 · 0 comments

Comments

@Baeks215
Copy link

Baeks215 commented Jul 7, 2023

In ClientCast, line 105; stopping the ReplicationConnection is delayed by 1 second.
If you implement a cooldown/swing duration of less than 1 second, then the caster can be started again before the old one is stopped.
This means the old connections are never broken because of a condition which checks if the connection is still the same, which is not met because the cast is started again.

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

No branches or pull requests

1 participant