class DRb::DRbTCPSocket

def recv_reply

On the client side, receive a reply from the server.
def recv_reply
  @msg.recv_reply(stream)
end