There should only be one active request on the socket at a time. Otherwise
things could get confused on the server side.
Also is there a reason you are not calling CassandraClient::multiget_slice ?
Aaron
On 29 Mar 2011, at 10:59, Anurag Gujral wrote:
> Hi All,
> I am currently portin
Hi All,
I am currently porting a cassandra c++ client from 0.6.* to 0.7.3.
The c++ client I had in 0.6.* used to function
conn->client->send_multiget_slice which used to take as parameter cseqid.
The sign of the function in 0.6.* was
void CassandraClient::send_multiget_slice(const std::st