You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommended shutdown procedure for a server is to shut it down before destroying it. In some demos, the server is correctly shut down, for example:
The recommended shutdown procedure for a server is to shut it down before destroying it. In some demos, the server is correctly shut down, for example:
ice-demos/cpp11/Ice/hello/Server.cpp
Line 37 in 7d29cb7
In other demos, the server is just destroyed. While it doesn't matter for those demos, it's not the recommended style:
ice-demos/csharp/Ice/hello/Server.cs
Line 24 in 7d29cb7
We should also consider not using
communicator.waitForShutdown()
in demos with no shutdown operation. All we need is a "WaitForCtrlC()".The text was updated successfully, but these errors were encountered: