Skip to content

Fix for CORBA timeout on exit (ADHI-4404)

Andy Salnikov requested to merge tickets/ADHI-4404 into master

There seems to be a non-trivial interaction between log2ers forking and regular CORBA initialization/shutdown. Moving IPC to a subprocess, this fixes the timeout issue.

Merge request reports