tabarra / txAdmin

The official FiveM server management platform used by over 23k servers!
https://txadmin.gg/
MIT License
803 stars 540 forks source link

[BUG FIX] Server log in web panel will now reconnect when entering live mode #935

Closed AleksanderEvensen closed 6 months ago

AleksanderEvensen commented 6 months ago

Resolves bug report: #921

The socket was disconnected once checking out previous logs, but was never reconnected upon entering live mode again. I also moved the event listeners outside the goLive function since it would add duplicate listeners on logData.

https://github.com/tabarra/txAdmin/assets/19311856/9affe260-1599-4500-bc87-e378362772ce

tabarra commented 6 months ago

Thank you for the PR.