-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
连接Redis成功后,上锁,然后模拟断开会令到控制台程序异常退出 #171
Comments
获取锁之后,使用了没释放 |
您好,我最近无法亲自回复您的邮件。尽快给您回复。
|
我只是示例,即使释放也是会导致程序崩溃退出的。我使用全局捕抓异常也不行。
|
这个错误是执行命令后,服务器没响应 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`RedisClient redisClient = new RedisClient("xxxxx");
先连接成功,再使用工具模拟断网
之后就会不断的抛出异常,然后控制台程序会退出
The text was updated successfully, but these errors were encountered: