You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the best way to support this is to pass in a list of tuples of (dbd, dbdpath) to epicscorelibs.ioc.main, defaulting to the existing qsrv.dbd and PVAServerRegister.dbd, and then call it with a different set in pvxslibs.ioc?
Shall I make a PR for this? Or is there a better way?
The text was updated successfully, but these errors were encountered:
I have monkeypatched this like so:
But obviously this is a hack.
Maybe the best way to support this is to pass in a list of tuples of
(dbd, dbdpath)
toepicscorelibs.ioc.main
, defaulting to the existingqsrv.dbd
andPVAServerRegister.dbd
, and then call it with a different set inpvxslibs.ioc
?Shall I make a PR for this? Or is there a better way?
The text was updated successfully, but these errors were encountered: