ARTEMIS-4922 remove spurious warn msg when OpenWire client disconnects

This commit is contained in:
Justin Bertram 2024-07-10 22:57:43 -05:00 committed by Timothy Bish
parent b8ee43861e
commit ac5713be81
1 changed files with 5 additions and 0 deletions

View File

@ -485,6 +485,11 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
checkInactivity();
}
@Override
public void close() {
destroy();
}
private void checkInactivity() {
if (!this.useKeepAlive) {
return;