etcd-cpp-apiv3/src
lidongze0629 84cdcb0438 Fixes lock, and the underlying keepalive implmentation.
The previous implementation is buggy when a lot of locks happen at the same time,
as the cpprestsdk's threadpool use a fixed number of thread for posix platform:

https://github.com/microsoft/cpprestsdk/blob/master/Release/src/pplx/threadpool.cpp#L198

Signed-off-by: Tao He <sighingnow@gmail.com>
2021-05-18 13:04:55 +08:00
..
v3 Optimize the implementation of error handling in keep alive. (#54) 2021-04-07 23:20:33 +08:00
CMakeLists.txt Set DESTINATION for older versions of CMake. 2021-03-01 18:11:23 +08:00
Client.cpp Fixes lock, and the underlying keepalive implmentation. 2021-05-18 13:04:55 +08:00
KeepAlive.cpp Fixes lock, and the underlying keepalive implmentation. 2021-05-18 13:04:55 +08:00
Response.cpp Improve the etcd watcher to detect error when the connection lost. 2020-09-30 00:32:00 +08:00
SyncClient.cpp List/delete/watch on exact range. (#51) 2021-04-01 14:50:50 +08:00
Value.cpp class Value: remove unused code (#48) 2021-03-29 18:53:56 +08:00
Watcher.cpp Fixes lock, and the underlying keepalive implmentation. 2021-05-18 13:04:55 +08:00