fix review comments
This commit is contained in:
parent
6571f34d91
commit
023f4eb0ec
4 changed files with 11 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ abstract class RemoteClient private[akka] (
|
|||
/**
|
||||
* Sends the message across the wire
|
||||
*/
|
||||
def send(request: RemoteMessageProtocol): Unit = {
|
||||
private def send(request: RemoteMessageProtocol): Unit = {
|
||||
try {
|
||||
val payload = remoteSupport.createMessageSendEnvelope(request)
|
||||
currentChannel.write(payload).addListener(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue