Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the timeout once connection is successful
Since it's a TCP timeout, it might apply after the AMQP connection has been established, but we don't want to be calling the openCallback at that point. (Also changed the condition for having a timeout: we care about defined, non-zero values.)
- Loading branch information