ARTEMIS-4922 remove spurious warn msg when OpenWire client disconnects
This commit is contained in:
parent
b8ee43861e
commit
ac5713be81
|
@ -485,6 +485,11 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
|
||||||
checkInactivity();
|
checkInactivity();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void close() {
|
||||||
|
destroy();
|
||||||
|
}
|
||||||
|
|
||||||
private void checkInactivity() {
|
private void checkInactivity() {
|
||||||
if (!this.useKeepAlive) {
|
if (!this.useKeepAlive) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue