Changelog:
- New features:
- Mesh routing: routers and peers can be deployed in a mesh topology (9084fb8). Multiple routers can be deployed at the edge between a mesh of routers and a mesh of peers for load balancing and fault tolerance purposes (c103689).
- Automatic reconnection: clients routers and peers try to reconnect to their configured peers after disconnection (2b539fd).
- TLS-based transport
- Shared memory messages are sent over the network if the target subscriber is not on the same host
- make
RBufandWBufto implement respectively the traitsstd::io::Readandstd::io::Write
- Bug fixes:
- Encoding mime-type for HTML was misspelled.
- Other noteworthy changes:
- Performances improvements.
- Examples now have a
--configoption for a config file - Update
async-stdto 1.9.0