toy-rpc icon indicating copy to clipboard operation
toy-rpc copied to clipboard

Removing `AckMode`

Open minghuaw opened this issue 4 years ago • 1 comments

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

minghuaw avatar Nov 23 '21 02:11 minghuaw

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.

minghuaw avatar Nov 24 '21 01:11 minghuaw