massakam opened a new pull request, #1091:
URL: https://github.com/apache/pulsar-client-go/pull/1091

   ### Motivation
   
   The default value of `ConnectionMaxIdleTime` is said to be 60 seconds in the 
comment,
   
https://github.com/apache/pulsar-client-go/blob/2a15a251d25bd2a6276051d71873e9e106cc1e85/pulsar/client.go#L155-L157
   
   but it actually seems to be 180 seconds. 60 seconds is the minimum value, 
not the default value.
   
https://github.com/apache/pulsar-client-go/blob/2a15a251d25bd2a6276051d71873e9e106cc1e85/pulsar/client_impl.go#L39-L40
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to