Skip to content
Snippets Groups Projects
Verified Commit 2e6b834f authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use timeout functionality from coeurl

parent bcf363cb
No related branches found
No related tags found
No related merge requests found
Pipeline #1574 passed
......@@ -162,7 +162,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
GIT_TAG e9010d1ce14e7163d1cb5407ed27b23303781796
GIT_TAG e741ced9b2bcf14069e17d466aaef58b277b481d
)
FetchContent_MakeAvailable(coeurl)
target_link_libraries(matrix_client PUBLIC coeurl::coeurl)
......
......@@ -32,6 +32,7 @@ Client::Client(const std::string &server, uint16_t port)
set_port(port);
p->client.set_verify_peer(true);
p->client.connection_timeout(60);
}
// call destuctor of work queue and ios first!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment