Forum C# Where is a guide for how the PlayerIO Development Server wor

Where is a guide for how the PlayerIO Development Server wor

Postby SirJosh3917 » December 26th, 2017, 4:17 am

Where is a guide for how the PlayerIO Development Server works? I can't seem to find a guide for how to setup my PlayerIO Development Server, and what I can do when i get it setup ( e.g. the Playerio.DevelopmentServer.Server.Something part ) ?
SirJosh3917
 
Posts: 5
Joined: March 1st, 2016, 11:20 pm

Re: Where is a guide for how the PlayerIO Development Server

Postby Henrik » January 1st, 2018, 8:38 pm

The guide is in the code examples for the Multiplayer games, and in the intellisense help for the method signature. But there's pretty much only two things you can do with it. You can either just start it plainly so it waits for clients, or you can simulate a single room join and room leave. Bur normally you would just start it normally and use your client to connect to it, it's a very rare case that you want to simulate a single player.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to C#