clj-rethinkdb
clj-rethinkdb copied to clipboard
Catch exceptions in send-loop
Currently if an exception is thrown in the send-loop (for example if a query is badly formatted), the send-loop will crash. It should probably get similar error handling to the recv-loop.