minghuaw
minghuaw
The AMQP 1.0 protocol specifies that `Array` (array8, and array32) should have the element constructor followed by a sequence of encoded values. The serializer implementation appears to `serialize` every element...
- [x] #49 - [x] #54 - [x] #56
> The receiving endpoint sets its desired filter, the sending endpoint sets the filter actually in place (including any filters defaulted at the node). The receiving endpoint MUST check that...
The core specification doesn't provide enough details describing exactly what happens when the controller sends a commit/rollback to the resource
> The delivery itself need not be associated with the same transaction as the outcome, or indeed with any transaction at all. However, the delivery MUST NOT be associated with...
> It is an error for the controller to attempt to discharge a transaction against which a partial delivery has been posted. How to handle this at the `TxnManager` level?
## Problem The current implementation detects remote detach frame when the `Sender` is attempting to send anything. This works fine except when the remote peer is expecting an immediate detach...