mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-28 15:22:30 +01:00
523 B
523 B
1.3 (2016-02-20)
Breaking Changes
- The timeout arg to
servewas replaced with aConfigstruct, which currently only contains one field, but will be expanded in the future to allow configuring serialization protocol, and other things. servewas changed to be a default method on the generatedServicetraits, and it was renamedspawn_with_config. A seconddefault fnwas added:spawn, which takes noConfigarg.
Other Changes
- Expanded items will no longer generate unused warnings.