scala-redis-nb
scala-redis-nb copied to clipboard
Disconnections do not fail futures for pending requests
In the the event of a disconnection, pending request Futures should be failed with a disconnection exception. Right now they will just hang until the timeout expires.
I'm not familiar with the TcpPipelineHandler and it's workings. Is this possible?
It seems possible; however, as Akka IO pipeline has been removed and the pending requests fail eventually, it'd be better to wait until akka-stream lands, so that I can rewrite the TCP pipeline taking this into account.