You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Unifying RPC function interface for transferring arbitrary binary buffer
Desc:
Currently we are suffering from the RPC function/stub explosion and hence the difficulties of adding new RPC functions/stubs
This task will provide a unifying RPC interface that transfers an arbitrary binary buffer between origin and target (hopefully there will be no need to differentiate between client and server). The developer can simply compile all the data into a big chunk of data and performs the unifying RPC for any purpose.
zhangwei217245
changed the title
[20230810][Low][NewFeature][zhangwei217245][A Unifying RPC function interface for transferring arbitrary binary buffer][TBA]
A Unifying RPC function interface for transferring arbitrary binary buffer
Jul 20, 2023
A Unifying RPC function interface for transferring arbitrary binary buffer
Desc:
Currently we are suffering from the RPC function/stub explosion and hence the difficulties of adding new RPC functions/stubs
This task will provide a unifying RPC interface that transfers an arbitrary binary buffer between origin and target (hopefully there will be no need to differentiate between client and server). The developer can simply compile all the data into a big chunk of data and performs the unifying RPC for any purpose.
#206 needs to be done first.
The text was updated successfully, but these errors were encountered: