Skip to content

Blocking operation doesn't return even though the client has been closed #29

@EricChan999

Description

@EricChan999

My test is:
Create a child thread and it do BRPOPLPUSH for blocking itself to wait for data from redis, and then close the redis client(close the socket InputStream and OutputStream) in main thread, suppose the child thread should return by IOException throwing, but it is still blocked and it never returns until any reponse is received from redis.

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