Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session error 'Already in tx' repeated after failure #130

Closed
2hdddg opened this issue Aug 4, 2020 · 0 comments · Fixed by #131
Closed

Session error 'Already in tx' repeated after failure #130

2hdddg opened this issue Aug 4, 2020 · 0 comments · Fixed by #131

Comments

@2hdddg
Copy link
Contributor

2hdddg commented Aug 4, 2020

When a failure happens on commit/rollback the session is stuck in transaction mode and cannot be reused for further work.

2hdddg pushed a commit to 2hdddg/neo4j-go-driver that referenced this issue Aug 4, 2020
When an error happens when committing or rolling back a transaction the
session get 'stuck' in transaction mode which means that the session
couldn't be used for further work.

fix neo4j#130
2hdddg pushed a commit that referenced this issue Aug 4, 2020
When an error happens when committing or rolling back a transaction the
session get 'stuck' in transaction mode which means that the session
couldn't be used for further work.

fix #130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant