Skip to content

4.2.1

Compare
Choose a tag to compare
@andreasohlund andreasohlund released this 02 May 11:49
· 7002 commits to master since this release

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bugs

#1943 Cant Send in 4.2 and Return in 3.x

When a 3.X endpoint does a Bus.Return that targets a 4.2.0 endpoint the v4 endpoint can't process the message. This makes it wire incompatible.

repro https://github.com/Particular/BugsRepro/tree/master/1943MissingCompletionMessage

So in a 4.2 endpoint

Bus.Send("Returner", new Message())
  .Register<int>(i => Debug.WriteLine(i));

Content trimmed. See full issue

Where to get it

You can download this release from: