Pure-Battlefield / gswat

The Pure Game Server Web Administration Tool
Other
2 stars 5 forks source link

Chat log data loss in Core #63

Closed wbbarr closed 11 years ago

wbbarr commented 11 years ago

After looking through the logs and comparing the Procon logs to the GSWAT logs, it appears that we are losing chat logs for several hours at a time; logs are only saved after someone has actually opened GSWAT. We need to establish the connection and save data in a manner orthogonal to the web frontend being used.

The backend system needs to be setup in an OnStart function that starts when Azure loads the role (and it should probably be in a thread).

wbbarr commented 11 years ago

Closed as fixed.