nebula-cpp
nebula-cpp copied to clipboard
The timeout config for pool init does not work
It seems that the timeout config for pool init does not work, the connetion initialization got hang there if the address is not correct? Any ideas about this?
The timeout in configuration means request timeout not connection timeout. So don't use the incorrect address.
The timeout in configuration means request timeout not connection timeout. So don't use the incorrect address.
I think it's necessary to have such a timeout configuration for connection. So that user would know he has a incorrect address or port