This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 358
Netty4 deadlock - DefaultSmppClient#destroy vs #bind #92
Comments
Sometimes I think Netty4 should have taken a new project name due to its massive backwards incompatibility. Have you dug into what you think the underlying problem is? |
It looks like a netty bug to me. I will dig deeper if you do not have a time. |
testcase:
|
xgp
added a commit
that referenced
this issue
May 13, 2015
netty version updated to 4.0.28.Final - fixes #92
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was building a new performance test krasa@b458153 and when I call DefaultSmppClient#destroy while other threads are binding, then it will never shutdown. (reproducible in majority of runs, when the server is not running)
Netty 3 did not have this problem ( krasa@fd78835 ).
The text was updated successfully, but these errors were encountered: