- Updates dependencies.
- Sending an empty message should not crash the session.
- Updates rustc requirement to stable instead of nightly.
- Small perf improvement (thanks to iovec).
- IPC transport on Windows, using named pipes.
- Fix perf issue with TCP transport on *nix
- Remove hard dependency on clippy
- Non-blocking versions of send and recv
- Socket polling via a dedicated probe component.
- Make the transports pluggable.
- Let the user close individual endpoints.
- IPC transport on *nix, using unix socket.
- Expose
recv max size
andtcp no delay
options.
- A builder must be used to create a session.
- Fix potential infinite wait in device
- Fix many-to-many topology with REQ/REP and SURV/RESP over device
Initial release