session icon indicating copy to clipboard operation
session copied to clipboard

Should update the prevHash in context when calling ctx.session.mauallyCommit()

Open tangye1234 opened this issue 5 years ago • 0 comments

When I manually commit, which is possibly at the time when I need to set ctx.respond = false, The autoCommit functioning part still tries to commit again, event if the session is not changed.

The reason is the prevHash is not updated when committing due to the reason 'changed'?

tangye1234 avatar Mar 19 '19 03:03 tangye1234