Skip to content

Releases: aesteve/vertx-eventbus-client-rs

v0.0.3

06 Nov 20:20
ce0f40e
Compare
Choose a tag to compare

Public publisher/listener modules

v0.0.2

26 Jul 17:59
Compare
Choose a tag to compare
  • Fixes an issue with heartbeat not stopping even if EventBusPublisher was dropped
  • Sends msg length AND msg bytes atomically (avoids "cutting messages in half")

v0.0.1

26 Jul 10:23
88e1b5d
Compare
Choose a tag to compare

First working version: https://crates.io/crates/vertx-eventbus-bridge
Just an iterator over incoming messages, design is highly suggested to changes