- Fix handling of inspect on Ruby 4+.
Client#run(**options)are passed through toAsync(**options).- On the server side, if a transaction raises an exception, ignore the exception if the connection is closed.
Client#run(**options) are passed through to Async(**options).