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
F.Y.I- I am using mongoose 5.3.2 with transaction support and mongo replica set on version 4.0.2.
I just want to know how to abort the transaction in mongoose. I could not find a method in mongoose official guide.
I tried session.abortTransection(). but threw an error saying session.abortTransection is not a function
What is a valid mechanism to abort transaction using mongoose?
The text was updated successfully, but these errors were encountered:
@shivgarg5676 try session.abortTransaction() instead. The mongoose transaction guide would be improved by including an example of aborting a transaction. We'll add one.
ghost
added
the
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
label
Oct 11, 2018
F.Y.I- I am using mongoose 5.3.2 with transaction support and mongo replica set on version 4.0.2.
I just want to know how to abort the transaction in mongoose. I could not find a method in mongoose official guide.
I tried session.abortTransection(). but threw an error saying
session.abortTransection is not a function
What is a valid mechanism to abort transaction using mongoose?
The text was updated successfully, but these errors were encountered: