Skip to content

nio下超时问题 #82

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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