stompman-2.0.0
What's Changed
- Remove
Client(..., on_heartbeat=...)
, addClient.is_alive()
, improve FastStream health check by @vrslev in #109- Add reconnection when server doesn't send heart-beats
- Add
Client.is_alive()
to check if server responds - Remove
on_heartbeat
callback: it is not needed anymore - Use
Client.is_alive()
in FastStream integration (StompBroker.ping()
)
Full Changelog: faststream-stomp-0.4.2...stompman-2.0.0