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

Redesign the network system threading #182

Open
KarlOfDuty opened this issue Oct 27, 2024 · 0 comments
Open

Redesign the network system threading #182

KarlOfDuty opened this issue Oct 27, 2024 · 0 comments

Comments

@KarlOfDuty
Copy link
Owner

The current system of spawning the BotListener through a thread that calls its constructor with an infinite loop in it isn't the best design. It should probably just be a singleton with a start and stop function for the network system to call. Same with how the network system is spawned to begin with.

@KarlOfDuty KarlOfDuty added this to the 3.2.3 milestone Oct 27, 2024
@KarlOfDuty KarlOfDuty removed this from the 3.2.3 milestone Dec 11, 2024
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