/// <summary> /// Stop the server /// </summary> public void Stop() { rpcServer.Stop(); streamServer.Stop(); ObjectStore.Clear(); }