deepstreamIO / deepstream.io-client-cpp

deepstream.io C++ client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and link against a statically compiled Poco library

frobware opened this issue · comments

Building Poco statically makes it easier for us to get the exact version of the library that has wss;// websocket support. It also means it works OOTB when you already have an older version of Poco installed via your package manager.