Files
scylladb/rpc
Gleb Natapov dbe2443c03 rpc: wait for message to be send in rpc::no_wait client's handlers
rpc::no_wait is too "no_wait" currently. When client sends a no_wait
message it immediately gets ready future in return, so client cannot
know when data is actually sent and can be discarded. This patch fixes
this by returning a future that will become ready when data is no longer
needed.
2015-04-01 14:55:58 +03:00
..
2015-03-22 16:16:09 +02:00