This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
Added
- RawSocket transport
- Session authentication with examples
- Example for RPC calls
- Msgpack serializer
- Testing matrix for transport/serializer combinations
- Pattern based subscriptions
Changed
- Configurable timeouts for session, hello, and goodbye
Fixed
- Seed passwords using
:crypto.rand_bytes
to avoid forced clock skew