Open belphegorspn opened 1 year ago
Are there any errors in console that could help figure out this problem?
same issue, but when I get timed out Velocity doesn't even seem to disconnect me so I can't rejoin
I tried checking in the console logs for the proxy and backends for some errors but there's none. It doesn't kick you from the server immediately as well, as @trikop said. So you get Timed Out and won't be able to join for a while because the server still thinks you're in.
Ah I see the issue I think, it seems that I was creating a connection request before actually pinging the server.
I was also doing this on the main thread, which is no bueno.
Have this got fixed? I see the new commit, I'll try to compile it for testing.
Any chance we can get a new build (SNAPSHOT or release) with the fix included?
+1
I do not think the new build even fixes the issue, I haven't had much time to actually test it, I'll do some tests sometime this week and if it's working then I'll release it.
I'm currently using the latest ServerGUI and Protocolize. I've had an old config file that always had worked before so I regenerated a new file and tested the new config file replacing only the server they point to but it still has the same problem. It doesn't really have any errors in both the proxy and backend servers but for the client it says
Connection Lost: Timed Out
. When I type /server, it opens up the GUI but when I click on any server, I just get laggy, then get kicked out. Another player who tested also had the same problem.Additional Info: I tested the new ServerGUI version with the stable protocolize version now I'm using the latest dev build. I also updated velocity but to no avail.
Here is my old config file: config.txt
Here is my new config file: New Config.txt
I hope I provided enough info and I'd be happy to do some more digging to help.