websocketpp
websocketpp copied to clipboard
How do i use multithreading correctly?
I mainly use "onHttp". When server function taking too much time my server will block. How can i use multithreading? I have ever tried but the "block problem" appears occasionally when i request too much.