[
https://issues.apache.org/jira/browse/AMQ-8462?focusedWorklogId=713924&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-713924
]
ASF GitHub Bot logged work on AMQ-8462:
---------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jan/22 17:47
Start Date: 24/Jan/22 17:47
Worklog Time Spent: 10m
Work Description: jbonofre merged pull request #746:
URL: https://github.com/apache/activemq/pull/746
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 713924)
Time Spent: 20m (was: 10m)
> Remove double call to listConnectionStates during connection close
> ------------------------------------------------------------------
>
> Key: AMQ-8462
> URL: https://issues.apache.org/jira/browse/AMQ-8462
> Project: ActiveMQ
> Issue Type: Improvement
> Reporter: Matt Pavlovich
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.0, 5.16.4
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> TransportConnection is calling listConnectionStates twice
> {noformat}
> List<TransportConnectionState> connectionStates =
> listConnectionStates();
> connectionStates = listConnectionStates();
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)