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).
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).