Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable read timeout for Pub/Sub connections #297

Closed
wants to merge 2 commits into from

Commits on Nov 22, 2017

  1. Disable read timeout for Pub/Sub connections

    Due to the nature Pub/Sub connections they highly likely to block on reads for long periods hence it doesn't make sense to apply any read timeout configured on the pool to Pub/Sub connections.
    stevenh committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    90b26be View commit details
    Browse the repository at this point in the history
  2. Implemented ReceiveNoReadTimeout in muxConn

    Implemented ReceiveNoReadTimeout required by Conn since the change to disable read timeout on Pub/Sub connections.
    stevenh committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    ba0d3e6 View commit details
    Browse the repository at this point in the history