Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: derkoi on June 15, 2015, 01:52:07 PM

Title: Tnet server closing after 15 minutes.
Post by: derkoi on June 15, 2015, 01:52:07 PM
Hi, I'm running tnet as p2p connecting to a lobby server on an Amazon ec2 server. It's working fine aside from when I create a server and start the channel after 15 minutes in my game I get kicked back to the main menu. I've tried this many times and it's always 15 minutes. This makes me think something is timing out?

Any ideas please?
Title: Re: Tnet server closing after 15 minutes.
Post by: ArenMook on June 16, 2015, 01:06:47 PM
There is nothing on TNet's side that would kick you off after 15 minutes.
Title: Re: Tnet server closing after 15 minutes.
Post by: derkoi on June 18, 2015, 03:32:35 AM
Thanks for the reply. It's happening on a beta testers system too. Do you think I could cause this behaviour myself perhaps coding something incorrectly?
Title: Re: Tnet server closing after 15 minutes.
Post by: ArenMook on June 18, 2015, 07:35:18 AM
Did you set TNManager.SetTimeout to 900 somewhere? Aside from that all I can suggest is searching for '900' in your own code.