userver
userver copied to clipboard
Production-ready C++ Asynchronous Framework with rich functionality
Resolves #227
branch develop, commit 1d0bafae7f093ccf653a490fb5fb59b6f2b0fa99 I expected to see a parsing error but this test passed: ``` pg::ResultSet res{nullptr}; UEXPECT_NO_THROW(res = GetConn()->Execute("select '40'::text")); int tgt_int = 0; const int expected_int =...
[fix grpc: flap tests](https://github.com/userver-framework/userver/commit/64f07a824051192a791ae7f2457f8667be3a2ed0)
Base implementation of the etcd driver: - Get - Put - Delete (with prefix versions) wip watch version
Add ability to get/set [batchSize](https://www.mongodb.com/docs/manual/reference/method/cursor.batchSize/) for mongo::Cursor
https://github.com/userver-framework/userver/issues/173#issuecomment-1296763285
I wanted to use userver for a service, requiring UDP multicast messages. [There is a Socket class for low-level communication.](https://userver.tech/dd/dcf/classengine_1_1io_1_1Socket.html) But as far as I can see, there is no...