mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
send_message() and send_message_oneway() are almost identical, implement the later in terms of the former. The patch also fixes send_message() to work properly with MsgIn = void. Reviewed-by: Asias He <asias@cloudius-systems.com>