dwhjames / datomisca

Datomisca: a Scala API for Datomic
https://dwhjames.github.io/datomisca/
Apache License 2.0
130 stars 28 forks source link

Deprecate or remove stream interface to TxReportQueue #128

Closed dwhjames closed 10 years ago

dwhjames commented 10 years ago

Use of this wrapper around the transaction report queue seems like a recipe for memory leaks. It should probably just be removed. Maybe the BlockingQueue interface should be proxied.