TheJeterLP / ChatEx

ChatManager for Bukkit/Spigot servers
https://www.spigotmc.org/resources/chatex.71041/
GNU General Public License v2.0
50 stars 19 forks source link

Server Freeze if struggling to find update service #24

Closed MissPotato closed 4 years ago

MissPotato commented 4 years ago

This happened when the server was unable to contact the Mojang authentication servers, leading Paper Devs to believe it might be related to the generic DDOS going on right now. They did say, however, the async is causing the mainthread to freeze when waiting on a response.

Linked below is the log:

https://pastebin.com/833uYnGW

TheJeterLP commented 4 years ago

Do you have any idea on how to reproduce this?

MissPotato notifications@github.com schrieb am Mi., 17. Juni 2020, 21:15:

This happened when the server was unable to contact the Mojang authentication servers, leading Paper Devs to believe it might be related to the generic DDOS going on right now. They did say, however, the async is causing the mainthread to freeze when waiting on a response.

Linked below is the log:

https://pastebin.com/833uYnGW

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheJeterLP/ChatEx/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA45KKOVEK3JLUADPBEP4JTRXEI4VANCNFSM4OA4P4GA .

MissPotato commented 4 years ago

Unfortunately no, it has only happened when the update server new it was connected to the internet but couldn't actually make a connection. Maybe starting a local server with internet connection and then disabling the internet connection might work?

TheJeterLP commented 4 years ago

Disabling the connection didnt work unfortunately