Tharma
Tharma
Hi, Firstly, I want to express my gratitude to the team for their outstanding work on this project. Over the past three years, I've had the pleasure of successfully utilizing...
grpc_unsecure.lib(bdp_estimator.cc.obj) : Error LNK2001: unresolved external symbol __imp_rand...
### What version of gRPC and what language are you using? asio-grpc: 2.9.3 ### What operating system (Linux, Windows,...) and version? Windows ### What runtime / compiler are you using...
1.84 ## Looking for advice on migrating the session communication ### Older version Concerning session communication (with client), I had developed an app using beast example a few years ago....
1.84 The application I developed is frequently exiting, causing me to lose "sessions" stored in "shared_state." These sessions are crucial for the app, and such exits pose a significant problem...
Hi Greetings! Here is the struct of my collection: ```cpp struct commission_ledger { realm::primary_key _id; int64_t ts; int64_t ticket; double amount; }; REALM_SCHEMA(commission_ledger, _id, ts, ticket, account) ``` I need...
Hi, I have a use case wherein I need to drop my table/collection every 30 minutes (or so) and recreate it with new data. The important requirement is that the...