mdevilliers / SignalR.RabbitMq

MessageBus implementation using RabbitMq as the backing store.
MIT License
89 stars 40 forks source link

Ack messages #47

Closed Entroper closed 8 years ago

Entroper commented 8 years ago

So sorry about this! This commit was actually in our history, but somehow I lost it in the squash when I was fixing line endings and tabs/spaces. This fixes unacked messages building up in Rabbit while the connection is open.

mdevilliers commented 8 years ago

Thanks for this - if you get a chance could you confirm the nuget package before I upload it?

The nuget package is at https://ci.appveyor.com/project/mdevilliers/signalr-rabbitmq/build/artifacts

If its okay i'll do the nuget dance and release a new package.

Mark

Entroper commented 8 years ago

Nuget package looks good on our end, no unacked messages.