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.
#addin nuget:?package=Rebus.Async&version=10.0.0
                    
Install Rebus.Async as a Cake Addin
#tool nuget:?package=Rebus.Async&version=10.0.0
                    
Install Rebus.Async 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. 
.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 55,152 11/15/2023
10.0.0-alpha02 152 8/2/2023
10.0.0-alpha01 138 3/27/2023
9.0.0 29,770 2/28/2023
8.0.1 44,641 12/28/2022
8.0.0 400 12/28/2022
7.2.0 140,905 3/15/2021
7.1.0 77,522 3/4/2020
7.0.0 3,912 3/4/2020
7.0.0-b01 632 9/16/2019
6.0.2 18,656 8/26/2019
6.0.0 817 8/26/2019
5.0.1 2,550 8/9/2019
5.0.0 29,281 8/15/2017
5.0.0-b06 909 7/31/2017
5.0.0-b04 944 6/26/2017
5.0.0-b03 948 5/18/2017
5.0.0-b02 910 5/17/2017
5.0.0-b01 946 3/23/2017
4.0.0 19,091 1/5/2017
3.0.0 1,565 11/4/2016
2.0.0 1,648 9/20/2016
2.0.0-b01 923 9/9/2016
0.99.74 1,199 8/29/2016
0.99.73 1,261 8/12/2016
0.99.72 1,184 8/4/2016
0.99.71 1,442 8/3/2016
0.99.70 1,381 7/29/2016
0.99.68 1,229 7/18/2016
0.99.67 1,213 7/1/2016
0.99.66 1,181 6/28/2016
0.99.65 1,174 6/23/2016
0.99.64 1,178 6/22/2016
0.99.63 1,169 6/21/2016
0.99.62 1,191 6/17/2016
0.99.61 1,214 6/17/2016
0.99.60 1,256 6/15/2016
0.99.59 1,398 6/3/2016
0.99.58 1,271 5/24/2016
0.99.57 1,199 5/22/2016
0.99.56 1,199 5/22/2016
0.99.55 1,175 5/16/2016
0.99.54 1,153 5/12/2016
0.99.53 1,161 5/12/2016
0.99.52 1,168 5/11/2016
0.99.51 1,148 5/9/2016
0.99.50 1,284 4/13/2016
0.99.48 1,207 4/6/2016
0.99.47 1,185 3/31/2016
0.99.46 1,199 3/30/2016
0.99.45 1,221 3/29/2016
0.99.44 1,200 3/26/2016
0.99.43 1,203 3/26/2016
0.99.42 1,222 3/22/2016
0.99.41 1,192 3/17/2016
0.99.40 1,233 3/15/2016
0.99.39 1,210 3/14/2016
0.99.38 1,178 3/9/2016
0.99.37 1,196 3/9/2016
0.99.36 1,253 3/3/2016
0.99.35 1,189 2/22/2016
0.99.34 1,194 2/19/2016
0.84.0 55,789 5/15/2015
0.83.0 1,382 4/20/2015
0.82.1 1,298 4/16/2015
0.82.0 1,320 3/18/2015
0.81.0 1,281 3/12/2015
0.80.1 1,349 3/5/2015
0.80.0 1,329 2/19/2015
0.79.0 1,253 2/6/2015
0.78.2 1,251 2/6/2015
0.78.1 1,280 2/5/2015
0.78.0 1,322 1/29/2015
0.77.1 1,286 1/23/2015
0.77.0 1,330 1/15/2015
0.76.0 1,225 1/15/2015
0.75.2 1,265 1/3/2015
0.75.1 1,659 12/21/2014
0.75.0 1,484 12/2/2014
0.74.1 1,441 12/2/2014
0.74.0 1,401 11/30/2014
0.73.0 1,764 11/6/2014
0.72.0 1,532 11/5/2014
0.71.4 1,292 10/29/2014
0.71.3 1,296 10/20/2014
0.71.2 1,273 9/30/2014
0.71.1 1,353 9/19/2014
0.71.0 1,323 8/7/2014
0.70.3 1,415 8/4/2014
0.70.2 1,315 7/31/2014
0.70.1 1,296 7/17/2014
0.69.0 1,329 6/17/2014
0.68.0 1,343 6/5/2014
0.67.0 1,444 5/20/2014
0.66.0 1,372 5/9/2014
0.65.0 1,429 4/27/2014
0.64.1 1,525 4/25/2014
0.64.0 1,437 4/20/2014
0.63.1 1,340 4/19/2014
0.63.0 1,416 3/24/2014
0.62.0 1,374 3/12/2014
0.61.1 1,350 3/5/2014
0.61.0 1,366 3/4/2014
0.60.1 1,395 3/3/2014
0.60.0 1,396 3/3/2014
0.59.0 1,403 2/26/2014
0.58.2 1,426 2/24/2014
0.58.1 1,321 2/24/2014
0.58.0 1,287 2/24/2014
0.57.0 1,362 2/18/2014
0.56.1 1,344 2/4/2014
0.56.0 1,327 1/24/2014
0.55.1 1,325 1/20/2014
0.55.0 1,325 1/20/2014
0.54.8 1,313 1/20/2014
0.54.7 1,333 1/20/2014
0.54.6 1,295 1/20/2014
0.54.5 1,372 1/20/2014
0.54.4 1,321 1/11/2014
0.54.3 1,309 1/8/2014
0.54.1 1,289 12/16/2013
0.54.0 1,343 12/10/2013
0.53.1 1,275 12/9/2013
0.53.0 1,320 12/5/2013
0.52.0 1,369 12/4/2013
0.51.1 1,299 12/3/2013
0.51.0 1,322 12/3/2013
0.50.1 1,301 11/15/2013
0.50.0 1,301 11/15/2013
0.49.0 1,333 11/15/2013
0.48.0 1,335 11/12/2013
0.47.0 1,336 11/6/2013
0.46.0 1,435 10/29/2013
0.45.0 1,378 10/21/2013
0.44.5 1,311 10/11/2013
0.44.4 1,311 10/7/2013
0.44.3 1,333 10/4/2013
0.44.2 1,362 10/4/2013
0.44.1 1,427 10/2/2013
0.44.0 1,324 10/2/2013
0.43.1 1,407 9/24/2013
0.43.0 1,497 9/17/2013
0.42.0 1,364 9/17/2013
0.41.0 1,359 9/10/2013
0.40.1 1,356 9/9/2013
0.40.0 1,327 9/2/2013
0.39.0 1,294 8/29/2013
0.38.1 1,287 8/28/2013
0.38.0 1,313 8/28/2013
0.37.0 1,323 8/26/2013
0.36.1 1,271 8/25/2013
0.36.0 1,384 8/25/2013
0.35.6 1,352 8/20/2013
0.35.5 1,354 8/20/2013
0.35.4 1,355 8/19/2013
0.35.3 1,380 8/17/2013
0.35.2 1,347 8/15/2013
0.35.1 1,333 8/14/2013
0.35.0 1,352 8/6/2013