Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

netty DeadLockCheck failed when connect in a PubSubListener.message() method #23

Open
ferdiknight opened this issue Sep 6, 2013 · 0 comments

Comments

@ferdiknight
Copy link

this issue caused by netty. When RedisClient.connect() call the Method DefaultChannelFuture.await(),netty will call the deadLockCheck() when the attr useDeadLockChecker is true. then because this process is in a undone future,the checker return false and cause the connection faild.

I tried changing the future.await() to add a ChannelFutureListener to fix this.But it seems will take some new problem, such as a unfunctional connection will be returned.Is there some good idea to fit this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant