Então, abri um problema para isso em sua página do github e recebi uma resposta infeliz,
Aparentemente, esse é um limite embutido no código, já que as janelas não podem ter mais identificadores por thread, e não querem passar por vários threads e torná-lo mais complicado. Anexei um link abaixo para a questão do github
Aqui está a resposta deles
Ultimately, all these child process handles will be fed in a WaitForMultipleObjects call (as part of wait_for_any_event()) and that Win32 API call has a limitation of 64 handles. I had to pick a number less than this to accommodate other events (that of async accept and connect calls). Going beyond these limits will result in multi a threaded POSIX compat layer that will make it more complex and less resilient.