socketry / async-redis

MIT License
83 stars 18 forks source link

Delete unnecessary .close() call in disconnect spec #14

Closed davidor closed 5 years ago

davidor commented 5 years ago

stream.close already closes the underlying connection.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 95


Totals Coverage Status
Change from base Build 90: 0.0%
Covered Lines: 341
Relevant Lines: 394

💛 - Coveralls
ioquatix commented 5 years ago

The accept loop is also closing the connection, I think.