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
Was looking through the codebase and saw that transactionalReadAsync is using a sync retry (and potentially not awaiting the async tx.commit call). Should that be async?
Was looking through the codebase and saw that
transactionalReadAsync
is using a sync retry (and potentially not awaiting the asynctx.commit
call). Should that be async?If so happy to put out a quick PR.
Line for reference:
tuple-database/src/database/async/transactionalReadAsync.ts
Line 26 in aa18612
The text was updated successfully, but these errors were encountered: