Skip to content

Version 0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ccifra ccifra released this 26 May 19:50
· 324 commits to master since this release
9c23266

Added a generic event that can be used to handle all gRPC method calls. this can be used for custom dispatching the RPC methods.
Fixed an issue where we did not generate the RPC methods correctly if two difference services had methods with the same name.