Aaqa Ishtyaq

Results 6 comments of Aaqa Ishtyaq

@lucyoa we could import IPs from a .txt file and or a json and use IP one by one for scanning. I would love to work on this. Can you...

@h44z @wagslane If the design is finalized, Can I help? Having configuration driven by either `Publisher` or `Consumer` would be good to have. Otherwise, One has to write the consumer...

@NicklasWallgren Thanks for the PR. Can we please look into merging it?

Hey @wagslane. I was thinking the same thing. For my use case, We are creating a new subscriber for a particular Server Sent Event connection. Creating a new connection each...

Hey @wagslane, We are still re-using the channel. Ideally, for each consumer, we should create a new channel. Currently, there are two issues here: 1. RabbitMQ does not detect that...

Nice. It fixed the `QosPrefetch`. The temporary queue is still not getting cleared as the channel is open. Added a [PR](https://github.com/wagslane/go-rabbitmq/pull/95) to close the `channel` once the consumer is stopped....