ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

Creating two participants on same node #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am developing an application which involved DDS communication between two 
application..one is developed in java and other in c#.
For testing i am running both the app in same computer and both try to create 
participant with the same name(for communication bet app this is necessary)
But i am able to create only one participant at a time and other application 
gives null pointer exception.

Is it not possible to create two participant by two different language 
applications?

Original issue reported on code.google.com by budhrani...@gmail.com on 8 Oct 2011 at 8:28