Hey,
In the following Java snippet,
if (this.participant != null) {
this.participant.delete_contained_entities();
DomainParticipantFactory.get_instance().delete_participant(this.participant);
}
delete_participant() does not complete. The code is running on JVM 1.8.11 and CentOS 6.5 (Linux 2.6.32) VM.
Any idea how to address this issue?
Thank you,