Rebus.Async 10.0.0

dotnet add package Rebus.Async --version 10.0.0
                    
NuGet\Install-Package Rebus.Async -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rebus.Async" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rebus.Async" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Rebus.Async" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rebus.Async --version 10.0.0
                    
#r "nuget: Rebus.Async, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rebus.Async@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rebus.Async&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Rebus.Async&version=10.0.0
                    
Install as a Cake Tool

Rebus.Async

install from nuget

Provides an extension to Rebus that allows for emulating synchronous request/reply in an asynchronous fashion.

⚠ While it can be handy in a few select places, if you're not too keen on introducing HTTP, Protobuf, or another RPC protocol, I do not really recommend that this package be used too much!(*)

Check this out – first you enable synchronous request/reply (must be done at both ends! i.e. both in the requestor and in the replier!):

services.AddRebus(
	configure => configure
		.(...)
		.Options(o => o.EnableSynchronousRequestReply())
		.(...)
);

and then you can


var reply = await _bus.SendRequest<SomeReply>(new SomeRequest(), timeout: TimeSpan.FromSeconds(7));

// we have the reply here :)

alternate text is missing from this package README image


(*) The reason is that everything in Rebus revolves around providing nice mechanisms for doing asynchronous, durable messaging, and the "synchronous request/reply" thing conflicts a great deal with that.

The reason is that the requestor holds transient state after having issued a request, which will be lost if the process crashes, which in turn will result in a reply that has noone to handle it.

This might not be a problem, but I generally recommend that you try to model your code such that your messaging is truly asynchronous (i.e. requestors send their requests, replies are handled in a separate handler, possibly correlated with whatever you were doing by means of a correlation ID).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 66,824 11/15/2023
10.0.0-alpha02 176 8/2/2023
10.0.0-alpha01 164 3/27/2023
9.0.0 30,548 2/28/2023
8.0.1 44,673 12/28/2022
8.0.0 431 12/28/2022
7.2.0 154,528 3/15/2021
7.1.0 77,786 3/4/2020
7.0.0 3,960 3/4/2020
7.0.0-b01 685 9/16/2019
6.0.2 18,741 8/26/2019
6.0.0 866 8/26/2019
5.0.1 2,651 8/9/2019
5.0.0 29,441 8/15/2017
5.0.0-b06 1,010 7/31/2017
5.0.0-b04 1,040 6/26/2017
5.0.0-b03 1,057 5/18/2017
5.0.0-b02 1,008 5/17/2017
5.0.0-b01 1,048 3/23/2017
4.0.0 19,346 1/5/2017
3.0.0 1,667 11/4/2016
2.0.0 1,746 9/20/2016
2.0.0-b01 1,023 9/9/2016
0.99.74 1,301 8/29/2016
0.99.73 1,367 8/12/2016
0.99.72 1,291 8/4/2016
0.99.71 1,541 8/3/2016
0.99.70 1,484 7/29/2016
0.99.68 1,329 7/18/2016
0.99.67 1,324 7/1/2016
0.99.66 1,288 6/28/2016
0.99.65 1,279 6/23/2016
0.99.64 1,287 6/22/2016
0.99.63 1,273 6/21/2016
0.99.62 1,299 6/17/2016
0.99.61 1,322 6/17/2016
0.99.60 1,354 6/15/2016
0.99.59 1,503 6/3/2016
0.99.58 1,381 5/24/2016
0.99.57 1,303 5/22/2016
0.99.56 1,308 5/22/2016
0.99.55 1,283 5/16/2016
0.99.54 1,258 5/12/2016
0.99.53 1,275 5/12/2016
0.99.52 1,274 5/11/2016
0.99.51 1,250 5/9/2016
0.99.50 1,390 4/13/2016
0.99.48 1,307 4/6/2016
0.99.47 1,295 3/31/2016
0.99.46 1,307 3/30/2016
0.99.45 1,329 3/29/2016
0.99.44 1,311 3/26/2016
0.99.43 1,312 3/26/2016
0.99.42 1,331 3/22/2016
0.99.41 1,310 3/17/2016
0.99.40 1,338 3/15/2016
0.99.39 1,322 3/14/2016
0.99.38 1,283 3/9/2016
0.99.37 1,303 3/9/2016
0.99.36 1,360 3/3/2016
0.99.35 1,296 2/22/2016
0.99.34 1,300 2/19/2016
0.84.0 59,882 5/15/2015
0.83.0 1,487 4/20/2015
0.82.1 1,409 4/16/2015
0.82.0 1,426 3/18/2015
0.81.0 1,389 3/12/2015
0.80.1 1,458 3/5/2015
0.80.0 1,434 2/19/2015
0.79.0 1,359 2/6/2015
0.78.2 1,355 2/6/2015
0.78.1 1,384 2/5/2015
0.78.0 1,434 1/29/2015
0.77.1 1,392 1/23/2015
0.77.0 1,440 1/15/2015
0.76.0 1,332 1/15/2015
0.75.2 1,372 1/3/2015
0.75.1 1,764 12/21/2014
0.75.0 1,589 12/2/2014
0.74.1 1,552 12/2/2014
0.74.0 1,513 11/30/2014
0.73.0 1,881 11/6/2014
0.72.0 1,643 11/5/2014
0.71.4 1,400 10/29/2014
0.71.3 1,406 10/20/2014
0.71.2 1,385 9/30/2014
0.71.1 1,461 9/19/2014
0.71.0 1,435 8/7/2014
0.70.3 1,524 8/4/2014
0.70.2 1,422 7/31/2014
0.70.1 1,405 7/17/2014
0.69.0 1,445 6/17/2014
0.68.0 1,450 6/5/2014
0.67.0 1,562 5/20/2014
0.66.0 1,485 5/9/2014
0.65.0 1,540 4/27/2014
0.64.1 1,634 4/25/2014
0.64.0 1,550 4/20/2014
0.63.1 1,461 4/19/2014
0.63.0 1,521 3/24/2014
0.62.0 1,487 3/12/2014
0.61.1 1,457 3/5/2014
0.61.0 1,480 3/4/2014
0.60.1 1,506 3/3/2014
0.60.0 1,509 3/3/2014
0.59.0 1,517 2/26/2014
0.58.2 1,541 2/24/2014
0.58.1 1,433 2/24/2014
0.58.0 1,404 2/24/2014
0.57.0 1,476 2/18/2014
0.56.1 1,459 2/4/2014
0.56.0 1,440 1/24/2014
0.55.1 1,445 1/20/2014
0.55.0 1,444 1/20/2014
0.54.8 1,427 1/20/2014
0.54.7 1,442 1/20/2014
0.54.6 1,416 1/20/2014
0.54.5 1,489 1/20/2014
0.54.4 1,441 1/11/2014
0.54.3 1,424 1/8/2014
0.54.1 1,399 12/16/2013
0.54.0 1,460 12/10/2013
0.53.1 1,392 12/9/2013
0.53.0 1,435 12/5/2013
0.52.0 1,475 12/4/2013
0.51.1 1,415 12/3/2013
0.51.0 1,433 12/3/2013
0.50.1 1,410 11/15/2013
0.50.0 1,415 11/15/2013
0.49.0 1,443 11/15/2013
0.48.0 1,448 11/12/2013
0.47.0 1,448 11/6/2013
0.46.0 1,547 10/29/2013
0.45.0 1,488 10/21/2013
0.44.5 1,422 10/11/2013
0.44.4 1,426 10/7/2013
0.44.3 1,450 10/4/2013
0.44.2 1,480 10/4/2013
0.44.1 1,545 10/2/2013
0.44.0 1,439 10/2/2013
0.43.1 1,519 9/24/2013
0.43.0 1,615 9/17/2013
0.42.0 1,480 9/17/2013
0.41.0 1,473 9/10/2013
0.40.1 1,470 9/9/2013
0.40.0 1,450 9/2/2013
0.39.0 1,408 8/29/2013
0.38.1 1,403 8/28/2013
0.38.0 1,425 8/28/2013
0.37.0 1,432 8/26/2013
0.36.1 1,383 8/25/2013
0.36.0 1,493 8/25/2013
0.35.6 1,467 8/20/2013
0.35.5 1,472 8/20/2013
0.35.4 1,467 8/19/2013
0.35.3 1,498 8/17/2013
0.35.2 1,466 8/15/2013
0.35.1 1,445 8/14/2013
0.35.0 1,465 8/6/2013