Re: C++ Node doesnot shut down

2020-02-21 Thread Ilya Kasnacheev
Hello! Can you collect stack traces (both JVM with jstack and C with gdb, if possible)? Regards, -- Ilya Kasnacheev пт, 21 февр. 2020 г. в 14:55, F.D. : > Hi igniters, > I'm using a client node in C++ to lanch several compute on a cluster, and > it's working quite well, but when I try to clos

C++ Node doesnot shut down

2020-02-21 Thread F.D.
Hi igniters, I'm using a client node in C++ to lanch several compute on a cluster, and it's working quite well, but when I try to close the node with every king of Ignition::Stop/StopAll(true/false), my client remain freezed. I'm using the 2.7.6. Do you have any suggestions? Thanks, F.D.