Skip to content

Avoid double delay in client from ReconnectTimeout

Cecylia Bocovich requested to merge cohosh/snowflake:issue/34080 into master

Run the snowflake collection ReconnectTimeout timer in parallel to the negotiation with the broker. This way, if the broker takes a long time to respond the client doesn't have to wait the full timeout to respond.

Closes #34080 (closed)

Merge request reports