0 Voter

Random High CPU Usage

Random High CPU Usage
Activity
Newest up
Oldest up
team Posted by Crypto90, at 14:32:38 - Apr 30, 2021

Issue gets caused by the webserver for some reason. Probably an invalid request payload or some kind of attack. We need a fix for this java loop. it loops with opening /login.htm

team Posted by Crypto90, at 15:03:29 - Jul 2, 2021

Added a potential fix for this issue to TS3MusicBot version 4.7.4.0c (02.07.2021). (currently released to beta channel). [Webinterface] Added exception handling to the sendBody method. If the outputStream is closed by the client, all the loop gets broken pipe exception. Just closing the input stream if exception is caught.