Iam using java extension to create NPC users, they are kicked out when max idle time is reached. Surprising thing is even am updating NPC users positions to the server by every 5 seconds, still it is disconnecting when max idle time is reached.
My question are
1) How to keep connection live for NPC players.
2) How does SFS kicks an user even it getting updates from that client.
3) Is there any method other than reconnecting NPC from "userLost" event?(i am looking for NPC never disconnects from server
any help?
Thanks in advance.