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 78,818 11/15/2023
10.0.0-alpha02 203 8/2/2023
10.0.0-alpha01 190 3/27/2023
9.0.0 31,877 2/28/2023
8.0.1 44,712 12/28/2022
8.0.0 470 12/28/2022
7.2.0 165,868 3/15/2021
7.1.0 78,153 3/4/2020
7.0.0 4,000 3/4/2020
7.0.0-b01 727 9/16/2019
6.0.2 18,789 8/26/2019
6.0.0 901 8/26/2019
5.0.1 2,714 8/9/2019
5.0.0 29,534 8/15/2017
5.0.0-b06 1,072 7/31/2017
5.0.0-b04 1,107 6/26/2017
5.0.0-b03 1,120 5/18/2017
5.0.0-b02 1,073 5/17/2017
5.0.0-b01 1,114 3/23/2017
4.0.0 19,506 1/5/2017
3.0.0 1,741 11/4/2016
2.0.0 1,813 9/20/2016
2.0.0-b01 1,085 9/9/2016
0.99.74 1,374 8/29/2016
0.99.73 1,432 8/12/2016
0.99.72 1,363 8/4/2016
0.99.71 1,606 8/3/2016
0.99.70 1,552 7/29/2016
0.99.68 1,402 7/18/2016
0.99.67 1,392 7/1/2016
0.99.66 1,360 6/28/2016
0.99.65 1,344 6/23/2016
0.99.64 1,357 6/22/2016
0.99.63 1,344 6/21/2016
0.99.62 1,373 6/17/2016
0.99.61 1,396 6/17/2016
0.99.60 1,422 6/15/2016
0.99.59 1,576 6/3/2016
0.99.58 1,457 5/24/2016
0.99.57 1,369 5/22/2016
0.99.56 1,381 5/22/2016
0.99.55 1,349 5/16/2016
0.99.54 1,327 5/12/2016
0.99.53 1,346 5/12/2016
0.99.52 1,339 5/11/2016
0.99.51 1,314 5/9/2016
0.99.50 1,464 4/13/2016
0.99.48 1,378 4/6/2016
0.99.47 1,366 3/31/2016
0.99.46 1,378 3/30/2016
0.99.45 1,401 3/29/2016
0.99.44 1,385 3/26/2016
0.99.43 1,381 3/26/2016
0.99.42 1,406 3/22/2016
0.99.41 1,381 3/17/2016
0.99.40 1,407 3/15/2016
0.99.39 1,392 3/14/2016
0.99.38 1,357 3/9/2016
0.99.37 1,379 3/9/2016
0.99.36 1,433 3/3/2016
0.99.35 1,366 2/22/2016
0.99.34 1,371 2/19/2016
0.84.0 62,150 5/15/2015
0.83.0 1,564 4/20/2015
0.82.1 1,484 4/16/2015
0.82.0 1,498 3/18/2015
0.81.0 1,459 3/12/2015
0.80.1 1,529 3/5/2015
0.80.0 1,499 2/19/2015
0.79.0 1,432 2/6/2015
0.78.2 1,429 2/6/2015
0.78.1 1,457 2/5/2015
0.78.0 1,503 1/29/2015
0.77.1 1,468 1/23/2015
0.77.0 1,512 1/15/2015
0.76.0 1,403 1/15/2015
0.75.2 1,440 1/3/2015
0.75.1 1,832 12/21/2014
0.75.0 1,662 12/2/2014
0.74.1 1,627 12/2/2014
0.74.0 1,584 11/30/2014
0.73.0 1,954 11/6/2014
0.72.0 1,715 11/5/2014
0.71.4 1,472 10/29/2014
0.71.3 1,486 10/20/2014
0.71.2 1,454 9/30/2014
0.71.1 1,533 9/19/2014
0.71.0 1,505 8/7/2014
0.70.3 1,596 8/4/2014
0.70.2 1,493 7/31/2014
0.70.1 1,473 7/17/2014
0.69.0 1,524 6/17/2014
0.68.0 1,515 6/5/2014
0.67.0 1,639 5/20/2014
0.66.0 1,561 5/9/2014
0.65.0 1,609 4/27/2014
0.64.1 1,714 4/25/2014
0.64.0 1,623 4/20/2014
0.63.1 1,538 4/19/2014
0.63.0 1,591 3/24/2014
0.62.0 1,559 3/12/2014
0.61.1 1,525 3/5/2014
0.61.0 1,558 3/4/2014
0.60.1 1,574 3/3/2014
0.60.0 1,584 3/3/2014
0.59.0 1,592 2/26/2014
0.58.2 1,618 2/24/2014
0.58.1 1,509 2/24/2014
0.58.0 1,477 2/24/2014
0.57.0 1,552 2/18/2014
0.56.1 1,536 2/4/2014
0.56.0 1,516 1/24/2014
0.55.1 1,517 1/20/2014
0.55.0 1,518 1/20/2014
0.54.8 1,501 1/20/2014
0.54.7 1,510 1/20/2014
0.54.6 1,490 1/20/2014
0.54.5 1,562 1/20/2014
0.54.4 1,509 1/11/2014
0.54.3 1,498 1/8/2014
0.54.1 1,473 12/16/2013
0.54.0 1,537 12/10/2013
0.53.1 1,463 12/9/2013
0.53.0 1,505 12/5/2013
0.52.0 1,542 12/4/2013
0.51.1 1,491 12/3/2013
0.51.0 1,505 12/3/2013
0.50.1 1,485 11/15/2013
0.50.0 1,488 11/15/2013
0.49.0 1,516 11/15/2013
0.48.0 1,522 11/12/2013
0.47.0 1,527 11/6/2013
0.46.0 1,617 10/29/2013
0.45.0 1,559 10/21/2013
0.44.5 1,498 10/11/2013
0.44.4 1,499 10/7/2013
0.44.3 1,525 10/4/2013
0.44.2 1,557 10/4/2013
0.44.1 1,615 10/2/2013
0.44.0 1,512 10/2/2013
0.43.1 1,593 9/24/2013
0.43.0 1,691 9/17/2013
0.42.0 1,558 9/17/2013
0.41.0 1,548 9/10/2013
0.40.1 1,542 9/9/2013
0.40.0 1,523 9/2/2013
0.39.0 1,480 8/29/2013
0.38.1 1,478 8/28/2013
0.38.0 1,493 8/28/2013
0.37.0 1,510 8/26/2013
0.36.1 1,453 8/25/2013
0.36.0 1,562 8/25/2013
0.35.6 1,548 8/20/2013
0.35.5 1,551 8/20/2013
0.35.4 1,538 8/19/2013
0.35.3 1,573 8/17/2013
0.35.2 1,542 8/15/2013
0.35.1 1,523 8/14/2013
0.35.0 1,543 8/6/2013