Matt Broadstone
Matt Broadstone
@princjef yeah I mean, if you have the time it would be really appreciated. I'd like to make that (or whatever replaces it) the default method for explicit typing, so...
@princjef for instance, I kind of like the idea of exporting something like `translator` as `type` instead, maybe with properties for each type. e.g.: ``` const type = require('amqp10').type; let...
@princjef sorry I let this one get away from me. Can you provide a small example of how the translator is failing you here? It actually occurs to me that...
From what I can tell this would appear to require some refactoring of our SASL code, which was already showing its age when @dnwe had to work with it a...
@mfisch04 what server are you connecting to? The spec makes no mention of a special case for 0, this sounds like something that needs to be shoehorned into a policy
@jeffmcaffer this appears to be because you are receiving a protocol error off the link, but its somehow not being wrapped properly to inherit `Error`. I've never seen this before...
@ajukraine can you please provide a minimal working example of this so we can test locally? Or perhaps just provide snippets from your existing case? The performance of the module...
@ajukraine is it possible at all to get a sample of what the payload looks like? just to make sure its not related to a particular decoding issue
Also, I noticed that in your example you are using the `azure-event-hubs` npm, could you possibly modify one of our EventHub [examples](https://github.com/noodlefrenzy/node-amqp10/blob/master/examples) to attempt this process with just the amqp10...
@ajukraine its definitely not the expected behavior that having separate clients yields faster results than multiplexing a single client. In fact using a single client is the intended approach, so...