WaitForShutdown blocks forever

in Help Center
I've tried the "Hello World" examples for both C++ and Java but in both I find that in both cases the server side never returns from WaitForShutdown. As I understand the documentation this call should return when shutdown or destroy is called on the communicator on the client side. I've tried both calls on the client side but I never see the server side shutdown. What am I doing wrong? Am I missing something?
0
Comments