toy-rpc
toy-rpc copied to clipboard
Removing `AckMode`
The current implementation of AckMode isn't that useful in a practical environment and is creating more hurdles for users because it is represented as a type state for the client
The long term plan for this project is to eventually switch to protocols like AMQP (which is a separate project that I am working on) where message delivery acknowledgement is built-in.