moai / luamongo

Lua driver for mongodb
https://github.com/moai/luamongo
MIT License
170 stars 58 forks source link

auto_reconnect feature not working #43

Closed requilence closed 9 years ago

requilence commented 9 years ago

Hi! Thank you for the great driver. Works flawlessly except auto_reconnect declared in the docs. It is just keeping return "Connection error" on assert (or nil without). So I need to manually check for nil, reconnect and repeat the query.

pakozm commented 9 years ago

Problem solved at commit 03184a398ddf365bf2d52f39d61c358a16a81ba1 Thanks for noticing this problem :-)

requilence commented 9 years ago

👍🏼 Thank you!