Open
Description
ERPC forward and backward compatibility
- Can someone comment about ERPC backward and forward compatibility scenarios between the client and the server in c++?
1- what if arguments are added/removed from the interfaces signature
2- what if argument types are added/removed
3- what if newer APIs are added, etc
Has backward and forward compatibility being properly thought about in ERPC?
Activity