Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rmq API v4 support #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Rmq API v4 support #90

wants to merge 2 commits into from

Conversation

thingylab
Copy link
Collaborator

No description provided.

}

if (binding.RoutingKeys.Any())
{
foreach (var key in binding.RoutingKeys)
{
bindFunction(binding.Bindable.Name, binding.Exchange.Name, key);
bindFunction(binding.Bindable.Name, binding.Exchange.Name, key, new Dictionary<string, object>());
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonnii not entirely sure about this

@jonnii
Copy link
Owner

jonnii commented Mar 13, 2017

@thingylab I did some of this on another branch:

https://github.com/jonnii/chinchilla/pull/83/files

dot net core merging requires a few things being landed, mainly test runners for mspec in vs2017 and R#.

@thingylab
Copy link
Collaborator Author

Cool. Can we make a rc out of this?
We're having trouble with the version of MassTransit we're using and chinchilla is the only thing that prevents us from upgrading.

@jonnii
Copy link
Owner

jonnii commented Mar 14, 2017

@thingylab do you want to try the pre-release of the netstandard version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants