Files
scylladb/message
Gleb Natapov 788fc66e29 messaging: keep shared reference to rpc client while send is underway
There can be multiple sends underway when first one detects an error and
destroys rpc client, but the rpc client is still in use by other sends.
Fix this by making rpc client pointer shared and hold on it for each
send operation.
2015-08-20 19:22:08 +03:00
..