jimppan / GIMP-Tracker

Tracks players movement/inventory/skills/experience etc.. and displays it on a web page
BSD 2-Clause "Simplified" License
18 stars 24 forks source link

keepalive/reconnect #8

Closed FearrMe closed 3 years ago

FearrMe commented 3 years ago

i'm not sure if random disconnects are related to heroku spinning down after inactivity, but i would circumvent this by just sending all player data every 5 minutes or something

another thing is the plugin doesn't try to reconnect once disconnected so it would be nice if there was an auto-reconnect unless you pressed disconnect yourself

jimppan commented 3 years ago

yea I stop reconnecting after a 5 second timeout atm, I can increase it or just make it a setting where its unlimited by default. As for random disconnects, heroku (free version) shuts off after 30 minutes of no web activity

jimppan commented 3 years ago

added