mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-10 14:16:00 +01:00
[sinttest] Recycle low-level test connections
This commit is contained in:
parent
dd4cd8cede
commit
6c84356278
1 changed files with 2 additions and 0 deletions
|
@ -863,6 +863,8 @@ public class SmackIntegrationTestFramework {
|
||||||
}
|
}
|
||||||
testMethod.invoke(test, connectionsArray);
|
testMethod.invoke(test, connectionsArray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
connectionManager.recycle(connections);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue