Browse Source

Remove old TODOs

pull/10008/head
Halil İbrahim Kalkan 5 years ago
parent
commit
8859803254
  1. 4
      framework/src/Volo.Abp.EventBus.RabbitMQ/Volo/Abp/EventBus/RabbitMq/RabbitMqDistributedEventBus.cs

4
framework/src/Volo.Abp.EventBus.RabbitMQ/Volo/Abp/EventBus/RabbitMq/RabbitMqDistributedEventBus.cs

@ -20,8 +20,6 @@ using Volo.Abp.Uow;
namespace Volo.Abp.EventBus.RabbitMq
{
/* TODO: How to handle unsubscribe to unbind on RabbitMq (may not be possible for)
* TODO: Implement Retry system
* TODO: Should be improved
*/
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(IDistributedEventBus), typeof(RabbitMqDistributedEventBus))]
@ -223,8 +221,6 @@ namespace Volo.Abp.EventBus.RabbitMq
IncomingEventInfo incomingEvent,
InboxConfig inboxConfig)
{
//TODO: We have a duplication in logic and also with the kafka side!
var eventType = EventTypes.GetOrDefault(incomingEvent.EventName);
if (eventType == null)
{

Loading…
Cancel
Save