Closed radudragusin closed 7 years ago
The keepalive is always set to KEEP_ALIVE_SEC and cannot be overridden by the user. This fix uses the user-provided keepalive from kwargs and defaults to KEEP_ALIVE_SEC if there is None. This fixes #28
keepalive
KEEP_ALIVE_SEC
kwargs
The
keepalive
is always set toKEEP_ALIVE_SEC
and cannot be overridden by the user. This fix uses the user-providedkeepalive
fromkwargs
and defaults toKEEP_ALIVE_SEC
if there is None. This fixes #28