WinSock2 accept function causes access violation when used in multiple threads of one process
I am working on designing libraries in C and C++ for my company’s proprietary language through ffi. The two libraries which are causing the problem related to the title are the threads and sockets libraries.