Update readme.

Some planned improvements were out of date, and one major one was missing.
This commit is contained in:
Tim Kuehn
2016-02-11 23:10:46 -08:00
parent 6caa0aa13c
commit ae1573d8da

View File

@@ -46,9 +46,8 @@ directly. See the tarpc_examples package for more sophisticated examples.
## 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 `()`.
- Add backward-compatibility features to enable evolving APIs.
- Support asynchronous server implementations (currently thread per connection).
- Support generic serialization protocols.
## Contributing
@@ -58,4 +57,4 @@ To contribute to tarpc, please see [CONTRIBUTING](CONTRIBUTING.md).
tarpc is distributed under the terms of the MIT license.
See [LICENSE](LICENSE) for details.
See [LICENSE](LICENSE) for details.