spider-gazelle / rethinkdb-orm

RethinkDB ORM for Crystal lang
MIT License
24 stars 0 forks source link

fix(connection): check connection closed before yielding #13

Closed caspiano closed 3 years ago

caspiano commented 3 years ago

Reopen RethinkDB::Connection to add a check for whether the socket is open, and clean up the connection getter.