noodlefrenzy / node-amqp10

amqp10 is a promise-based, AMQP 1.0 compliant node.js client
MIT License
134 stars 56 forks source link

refactor(Connection): track `local` and `remote` performatives #264

Closed mbroadst closed 8 years ago

mbroadst commented 8 years ago

@dnwe brought up an interesting point in his previous PR, in that we have a sort of "mixed" concept of parameters when it comes to the initial connection handshake. This patch introduces the concept of a local and remote storage for sent and received frames.

dnwe commented 8 years ago

Though probably removed the commented out _params block before you do :)

mbroadst commented 8 years ago

doh, thanks