mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-20 02:05:58 +01:00
Replace planned generic serialization feature with backward-compatibility features
This commit is contained in:
@@ -43,7 +43,7 @@ The `rpc!` macro generates a module in the current module. In the above example,
|
||||
## Planned Improvements (actively being worked on)
|
||||
- Automatically reconnect on the client side when the connection cuts out.
|
||||
- Allow omitting the return type in rpc definitions when the type is `()`.
|
||||
- Support arbitrary serialization (currently `bincode` is used for all serialization).
|
||||
- Add backward-compatibility features to enable evolving APIs.
|
||||
- Support asynchronous server implementations (currently thread per connection).
|
||||
|
||||
## Contributing
|
||||
|
||||
Reference in New Issue
Block a user