-
Notifications
You must be signed in to change notification settings - Fork 357
Threads get stuck at DefaultSmppSession.sendRequestPd:530 #114
Comments
You probably are onto something. Gladly will accept a PR that makes the change. |
Pull request added #115 |
Hi! |
@olegagafonov I haven't tried the netty4 branch myself so I haven't seen the problem there, but looking at your code snippet setting a positive write timeout in your config should avoid the problem if it's there. One a side note, we've been running a special build with my PR in production for almost two months now without seeing any threads get stuck so far. |
We have noticed that when the network between client and server or threads get stuck on line 530 in DefaultSmppSession. The code is:
I think that the fix should be something like this:
This is on version 5.0.7 and 5.0.8
The text was updated successfully, but these errors were encountered: