thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

fix(cluster) release lock on errors #140

Closed bungle closed 3 years ago

bungle commented 3 years ago

Summary

On #137 @chris-branch reported that cluster:refresh did not always release a lock on error cases. This commit fixes that.

Issues Resolved

Fix #137

thibaultcha commented 3 years ago

I have to look at the CI why it isn't triggering here, but this LGTM as well.