1
0
Fork 0
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:
Florian Schmaus 2020-05-31 21:01:57 +02:00
parent dd4cd8cede
commit 6c84356278

View file

@ -863,6 +863,8 @@ public class SmackIntegrationTestFramework {
} }
testMethod.invoke(test, connectionsArray); testMethod.invoke(test, connectionsArray);
} }
connectionManager.recycle(connections);
} }
@Override @Override