You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the rawProducer and rawSuperStreamProducer status (#337)
* Improve the rawProducer and rawSuperStreamProducer status
* Part of #336
the aim is to standardise the behaviour.
* Add AlreadyClosedException when a producer or super stream producer is closed
In the same way as AMQP does with channels
* Producer: Flush the pending messages when closed.
* Producer: Add AlreadyClosedException when closed. So it is the same as:
AMQP and RawProducer and RawSuperStreamProducer
* Improve IsAKnownException function with the AggregateException that can contain
known exceptions needed to reconnect the client
* Add EntitiesStateTests to test all the status and verify that all the entities have the
same behaviour
* Assert the AlreadyClosedException Exception
---------
Signed-off-by: Gabriele Santomaggio <[email protected]>
0 commit comments