Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No read timeout when waiting for next frame
Bug ruby-amqp#519 wasn't quite resolved. If heartbeats are disabled (keepalive used instead), Bunny would use the default read_timeout when waiting for next frame, that meant that the connection would be closed with an exception if there was no activity for 30s.
- Loading branch information