socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

Release connection to pool on connect error #24

Closed cyu closed 4 years ago

cyu commented 4 years ago

Fix issue where connecting to websocket server that returns request error will hang waiting for connection pool to drain.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 137


Totals Coverage Status
Change from base Build 135: -0.3%
Covered Lines: 257
Relevant Lines: 281

💛 - Coveralls
ioquatix commented 4 years ago

Thanks for this. I'm going to merge it but some more changes might be required.

ioquatix commented 4 years ago

It was released in v0.15.0, sorry for the delay.