openvidu-test-browsers: clear events map when calling CustomWebhook#shutDown
This commit is contained in:
parent
a8ac3efca9
commit
54d9d704f8
@ -60,6 +60,7 @@ public class CustomWebhook {
|
||||
}
|
||||
|
||||
public static void shutDown() {
|
||||
CustomWebhook.events.clear();
|
||||
CustomWebhook.context.close();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user