Closed
Description
When your application uses multiple third-party modules, each initialized from reusable Pool
, is there any provision as to how to deal with each module trying to set its own type parsers?
From what I see, we are getting nothing but conflicts in this scenario, as parsers are set on a singleton. Is there any solution to this that I'm not aware of?