mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
merge with upstream
This commit is contained in:
commit
6ba549c99a
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,6 +41,7 @@ cmake-build-debug/
|
||||
|
||||
# local build
|
||||
build/
|
||||
build-xcode/
|
||||
srt/build/
|
||||
test/build/
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user