merge with upstream

This commit is contained in:
lganzzzo 2019-11-22 17:40:36 +02:00
commit 6ba549c99a
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ cmake-build-debug/
# local build
build/
build-xcode/
srt/build/
test/build/

View File

@ -247,9 +247,8 @@ void ClientRetryTest::onRun() {
auto client = app::Client::createShared(requestExecutor, objectMapper);
std::list<std::thread> threads;
std::atomic<bool> testIsRunning(true);
std::thread clientThread([client, &testIsRunning]{
std::thread clientThread([client]{
v_int64 counter = 0;