Skip to content

Commit

Permalink
openvidu-test-browsers: clear events map when calling CustomWebhook#main
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Oct 15, 2019
1 parent 71eb8e4 commit a8ac3ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public class CustomWebhook {

public static void main(String[] args, CountDownLatch initLatch) {
CustomWebhook.initLatch = initLatch;
CustomWebhook.events.clear();
CustomWebhook.context = new SpringApplicationBuilder(CustomWebhook.class)
.properties("spring.config.location:classpath:aplication-pro-webhook.properties").build().run(args);
}
Expand Down

0 comments on commit a8ac3ef

Please sign in to comment.