rogerRabbit-go icon indicating copy to clipboard operation
rogerRabbit-go copied to clipboard

Feature: Support Transactions

Open peake100 opened this issue 4 years ago • 0 comments

Transaction methods are not supported by the robust Channel type, and Tx methods currently panic when called.

We will need to come up with a way to handle unexpected disconnections during a transaction. Do we store an error and return it on whatever method gets called next?

peake100 avatar Jan 07 '21 21:01 peake100