Matt Broadstone

Results 210 comments of Matt Broadstone

@jeffmcaffer whaaaaat, can you provide a full debug (including raw data) for the cases where you are receiving negative link credit? Are you possibly using any custom credit functions in...

This seems specific to service bus, ping @noodlefrenzy, @princjef, @pierreca. Sounds like a disposition issue.

@wingedfox I think you're running into an unrelated case where the underlaying connection is attempted to be reused before a reconnect completes (in your case because sasl auth has failed)....

@wingedfox the client should be able to handle re-attach events, could you possibly isolate the exact order of events that lead to this? We should be able to recreate your...

@wingedfox apologies. I'm traveling this week, I will update the ticket when I'm back.

@wingedfox the link should reattach automatically, but with an exponential backoff which might explain the wait times. I would not recommend reattaching it manually. Are you using the link cache...

AMQP 1.0 itself is meant to be multiplexed over single clients, however that doesn't prohibit you from using multiple clients. Also, there appears to be anecdotal evidence that we get...

@jeffmcaffer looks like the repo is still private

@jeffmcaffer ~~there looks to be some weirdness with your policy code. Initially `policy` is defined to be a function [here](https://github.com/Microsoft/ospo-ghcrawler/blob/develop/lib/amqp10Queue.js#L33) and then subsequently changed to an object using `Policy.merge` [here](https://github.com/Microsoft/ospo-ghcrawler/blob/develop/lib/amqp10Queue.js#L35)....

@dnwe hm yeah you're right (man those are killer names for the two modes 'first' and 'second' :) ). Though it wouldn't take too much effort to track messages and...