mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-browsers: clear events map when calling CustomWebhook#shutDown
parent
a8ac3efca9
commit
54d9d704f8
|
@ -60,6 +60,7 @@ public class CustomWebhook {
|
|||
}
|
||||
|
||||
public static void shutDown() {
|
||||
CustomWebhook.events.clear();
|
||||
CustomWebhook.context.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue