-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple rpc message creation from encoding/decoding
allowing rpc_fcall to override defualt encoding/decoding decoding Ensure cloning of rpc messages procude a clone that is more like a message decoded form buffers by: 1. Removing rpc_buffers from message body (and n2n_proxy messages) 2. serializing object ids into strings 3. ensuring empty buffers array on every message Signed-off-by: nb-ohad <mitrani.ohad@gmail.com>
- Loading branch information
Showing
8 changed files
with
306 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.