You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vrjuggler...@googlegroups.com
Hello,
When using the ApplicationBarrier is there a problem calling init multiple times with the same UUID? In my code I would like to create a static ApplicationBarrier object and then call init on the object in the constructor of a class that gets created multiple times. Also, is it required that the ApplicationBarrier object only be created once or can it be a non-static member variable of a class? Thanks!