1 Open Issue Need Help Last updated: Oct 12, 2025

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI Summary: This issue describes a race condition in the thread pool management of `server.py`. The `active_threads` counter is not being updated in a thread-safe manner, even with existing locks, leading to potential inconsistencies. A fix is required to ensure proper synchronization for the counter.

Complexity: 3/5
good first issue

Python
#hacktoberfest#hacktoberfest2025