Skip to content

3.0.2

Latest
Compare
Choose a tag to compare
@licheedev licheedev released this 26 Feb 00:55
· 2 commits to master since this release

增加可配置特定指令的超时时间

public interface SendData {

   ...

    /** 特定超时时间,毫秒。大于0时才起作用,否则使用全局的 */
    long timeout();
}