ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Http Client seems to be leaking #67

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello there,

While using the 0.4 SNAPSHOT, driver.shutdown is not actually killing the Actor System. When the connect method returns a new instance ( new CouchbaseBucket(cbDriver, Some(client), hosts, port, base, bucket, alias, user, pass, timeout)) the initial com.ning.http.client.AsyncHttpClient just hangs in there without being closed.

Let me know if you are able to replicate this (I am using just the core without the Play library).

Thanks