bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
383 stars 134 forks source link

Fixes #143 - ConnectionPool.ConnectAsync respects InitialTimeout and support CancellationToken #144

Closed bchavez closed 4 years ago

bchavez commented 4 years ago

Fixes Issue #143 - ConnectionPool.Builder.ConnectAsync() now respects .InitialTimeout() parameter. CancellationToken also supported.