minghuaw / toy-rpc

An async RPC in rust-lang that mimics golang's net/rpc
29 stars 2 forks source link

0.8.0-beta.0 #17

Closed minghuaw closed 3 years ago

minghuaw commented 3 years ago

Added implementation of AckModeNone, AckModeAuto, AckModeManual. The default is AckModeNone, which doesn't require any change to any existing codes that uses version 0.8.0-alpha.*