-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.48.0
-
Fix Version/s: 0.49.0
-
Component/s: qpid-jms-client
-
Labels:None
When handling a protocol level error from the proton library the client can race on the connection close and the remote closing its side of the connection which can lead to the Connection#close() calls delaying for the full close timeout instead of gracefully returning immediately.