rethinkdb / rethinkdb-rs

A native RethinkDB driver written in Rust
Apache License 2.0
210 stars 27 forks source link

Removed the recursive call to Request.process() which caused stack overflows #43

Closed TotalKrill closed 5 years ago

TotalKrill commented 5 years ago

Stack overflow would occur when using changefeeds, which are kind of the best feature with

rushmorem commented 5 years ago

LGTM. Thanks!

rushmorem commented 5 years ago

I've released v0.0.26 with your latest changes. Thanks!