Oleksii Lozoviahin
Oleksii Lozoviahin
Situations are even more interesting ... It's enough for one player to disconnect through timeout. And all the rest will pass without authorization ``` [Tesseract] [18:48:56] CRITICAL> Error: "Call to...
@Matthww, What do you propose to put then? It's not difficult for me to test
@Muqsit, @SOF3, I can provide values in the config
Decision: Repeat every 20-30 seconds: ``` public function fixdb(){ $sql = $this->db()->query("SELECT * FROM `table` LIMIT 1"); $data = $sql->fetch_assoc(); $sql->free(); } ``` Thus stop waiting for the mysql server...
@SOF3 This is her decision 😐. The solution is not one of the best, but I have not found another
Если кого то тоже интересует как реализовать long poll рекомендую использовать эту [либу](https://github.com/AlexBrin/VKPageBot)
> @aquaminer, Thank you for the PR. Could you, please, elaborate the reason behind the changes? If start video and after change src prop the video will autoplayed, ignoring autoplay=false
as far as I understand for the basic http authorization component is used prompt javascript, and Uvas also no support alert, prompt, confirm, which are used much more often
@tobimensch I'm also not entirely sure of my words, but it POPs up just like the comfirm window
@tombh thank you for explaining, Yes then this applies to #106