Eggache666

Results 4 comments of Eggache666

size_t cursor = 0; do { auto rep = client.scan(cursor, "keys*"); client.sync_commit(); auto res = rep.get().as_array(); cursor = std::stoi(res[0].as_string()); auto return_list = res[1].as_array(); // ... } while (cursor != 0);

boost 1.66 I don't know if there is a problem with the server.

> Are you trying to send big chunks of data to your server that might take longer than the default websocketcpp timeout period ? > > Looking at your log,...

remove and vcpkg install cpprestsdk[websockets]:x64-windows --recurse