I am trying to call ShutdownProtobufLibrary within my library which uses protobuf
Now, I am worried about this scenario.. MyLibrary: uses protobuf, but does not advertise about it ProductUsingMyLibrary: Uses protobuf and MyLibrary So ProductUsingMyLibrary would use protobuf both explicitly and implicitly due to MyLibrary In the scenario above, is it safe for MyLibrary to call ShutdownProtobufLibrary during library unloading? >From the documentation alone, it was not very clear -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
