Skip to content

Tags: swisspost/silverback

Tags

v3.6.0-beta.6

Toggle v3.6.0-beta.6's commit message
fix: validate messages recursively

v3.6.0-beta.5

Toggle v3.6.0-beta.5's commit message
feat: throw exception from testing helpers

v3.6.0-beta.4

Toggle v3.6.0-beta.4's commit message
chore: set current version to 3.6.0-beta.4

v3.6.0-beta.3

Toggle v3.6.0-beta.3's commit message
feat: forward exception from error policy to publish message factory

v3.6.0-beta.2

Toggle v3.6.0-beta.2's commit message
fix: fix UnboundSequence memory leak

v3.6.0-beta.1

Toggle v3.6.0-beta.1's commit message
chore: set current version to 3.6.0-beta.1

v3.5.0

Toggle v3.5.0's commit message
feat: update dependencies

v3.4.1-beta.3

Toggle v3.4.1-beta.3's commit message
fix: prevent ObjectDisposedException when reconnecting the MqttClient…

… after connection lost

v3.4.1-beta.2

Toggle v3.4.1-beta.2's commit message
chore: release v4.1.0-beta.2

v3.4.1-beta.1

Toggle v3.4.1-beta.1's commit message
fix: handle acknowledgement timeout (QoS>0) in MqttConsumer

If a the message processing takes longer than the allotted timeout for the acknowledge, the broker will resend the message. This prevented the message to be committed by the SkipPolicy, since the MqttConsumer assumed that concurrent consuming was not possible.