cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

Windows: fix unresolved external error building with asio, without websockets

Open paoldev opened this issue 5 years ago • 2 comments

Fixes #1457

On Windows build, it just enables threadpool.cpp compilation for asio-only configuration (where websockets are excluded, see linked issue description), as already done for the websockets case.

paoldev avatar Jul 26 '20 09:07 paoldev

CLA assistant check
All CLA requirements met.

Just rebased to latest cpprestsdk master version (2.10.18)

paoldev avatar Nov 06 '21 14:11 paoldev