You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: