Skip to content

nio下超时问题 #82

@lcl101

Description

@lcl101

在Memcached-Java-Client-3.0.0版本中
SockInputStream中的超时问题,在构造函数中是否也需要修改
sock.getChannel().read(sock.readBuf);

ReadableByteChannel wrappedChannel = Channels.newChannel(sock.getChannel().socket().getInputStream());
wrappedChannel.read(sock.readBuf);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions