Comment #1 on issue 231 by [email protected]: Both sides Dialog Release leads to a deadlock
http://code.google.com/p/jss7/issues/detail?id=231
The problem seems to be related with existance of two locks - one for Dialog and one for CAPDialog. If the message comes from a network - first Dialog lock then CAPDialog lock is aquired If the message comes from an application - it in the reverse - so we have deadlock situation Unfortunately this may exist for other cases as well as this seem a design problem ...
--
