openvidu-test-browsers: clear events map when calling CustomWebhook#shutDown

pull/370/head
pabloFuente 2019-10-15 20:43:37 +02:00
parent a8ac3efca9
commit 54d9d704f8
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class CustomWebhook {
}
public static void shutDown() {
CustomWebhook.events.clear();
CustomWebhook.context.close();
}