Jump to content

Player automatically disconnected after 15 minutes


pinme

Recommended Posts

anyone has any ideea who triggers this and where can i find the setting or c++ code that sets those 15 minutes?

it's true that client sends after 15 min of inactivity logout signal

but there is something else serverside

here is how i tested:

login player in world > disconnect server from internet for 10 seconds then reconnect

result is: player's wow client shows disconnected but player is still in the world

now shutdown computer where wow client was used previously > player still in the world

wait precisely 15 minutes > player gets LOGED OUT MESSAGE COMPLETE on console + saved (so it's a full log out)

i am unable to find out in the source code who triggers this or what happens , any ideeas ?

if you're asking what is the usage of this, well i'm just curious about this setting as i'm unable to find it and i hear lot of people saying it's client side, which is not 100% true

thanks

  • Like 1
Link to comment
Share on other sites

Stay in world some time at unexpected disconnect not implemented in mangos.

In mangos lost connection triggered logout.

> login player in world > disconnect server from internet for 10 seconds then reconnect

In case unexpected disconnect client _not_ send anything, just connection closed.

In case client timeout client _explictly_ send logout request in same way as it send in case player normal logout.

This is totally different from lost connection.

Link to comment
Share on other sites

player stay logged in world (you can see him, you can whisper him, you can invite him to party) even if physical connection has been removed - but this only lasts 15 minutes

quoting your "In mangos lost connection triggered logout." it does but after 15 minutes

"In case unexpected disconnect client _not_ send anything, just connection closed." so this means that connection stays open for 15 minutes?

"In case client timeout client _explictly_ send logout request in same way as it send in case player normal logout"

remeber client won't be sending anything as physical link to server was removed

i'm not sure if i explained my question well, let me know if you understand what my point is

thanks

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use