#EJ5: Tests green without implementing concurrency - C lang

The tests went green when submitting via codecrafters test without the use of threads.h or pthreads.h. A while(1) loop was sufficient.

Expected behavior: The tests should fail without creating one thread per request.

Hmm, I wonder if this is because of a listen backlog :thinking:

This is now fixed!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.