isCloseTimeOutProtect property

bool? isCloseTimeOutProtect
getter/setter pair

是否对预处理和缓冲进行超时保护 默认false开启对预处理和缓冲进行超时保护, 如果应用层需要自己处理预处理和缓冲的超时逻辑可以设置为true关掉该功能。 Whether timeout protection is applied for preload and buffering. The default value false enables timeout protection for preload and buffering If you want the application layer to handle the timeout logic for preload and buffering, set the value to true to disable the option.

Implementation

bool? isCloseTimeOutProtect;