x


How to shutdown a server

Hi. I need to be able to shutdown a server, created with Network.InitializeServer(). Everything I have seen so far uses Network.Disconnect(), which according to the documentation shuts down the network interface. This seems to be the reason why I get this error message when I am accessing the MasterServer after the call to Network.Disconnect():

Already connected to the master server, the server probably hasn't cleaned up because of an abrupt disconnection.

Is there a way to just shut down the server and be able to use the port again, while maintaining connectivity to MasterServer? Currently after Network.Disconnect() application behavior seems to be random.

Thanks.

more ▼

asked Aug 21 '12 at 08:56 PM

manunt gravatar image

manunt
0 1 1

(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x702
x681
x412

asked: Aug 21 '12 at 08:56 PM

Seen: 429 times

Last Updated: Aug 21 '12 at 08:56 PM