HexagonMC / BungeeCord

BungeeCord for Minecraft 1.7.10/1.8/1.9/1.10/1.11/1.12/1.13/1.14/1.15/1.16/1.17/1.18/1.19
Other
157 stars 66 forks source link

Too Many Plugin Message Channels Registered Error #299

Closed Column01 closed 2 years ago

Column01 commented 2 years ago

What Hexacord version are you using? Post the output of /bungee

14:36:44 [INFO] This server is running HexaCord version git:BungeeCord-Bootstrap:1.18-R0.1-SNAPSHOT:2a722b0:278 by md_5
14:36:44 [INFO] Protocol support for 1.7.x by Zartec, ghac and I9hdkill

Are you using Bungee plugins? If yes, please list all of them + versionnumber

How can we reproduce the error/bug?

  1. Install the latest HexaCord
  2. Add a forge server to it
  3. Try to connect
  4. Error

Is an error message (bungee/spigot/client)? If yes, use pastebin.com and share the link.

https://gist.github.com/Column01/3405beebb17d446cb425af5543ced120

In addidtion to that, please explain your issue as detailed as possible.

When using the latest HexaCord, we've discovered our forge servers (ATM only 1.7.10 servers) have an issue where they have "too many registered plugin channels" and we get disconnected when trying to connect. I'm not sure if this happens with other forge versions but I imagine it's not limited to 1.7.10 due to the nature of how forge support works. The last build we used was git:BungeeCord-Bootstrap:1.17-R0.1-SNAPSHOT:81bbf85:277 and we didn't have issues. I'm assuming it's a BungeeCord issue, PaperMC added a config option to Waterfall for adjusting the number of channels allotted (see https://github.com/PaperMC/Waterfall/issues/701)

johnfriedrich commented 2 years ago

Thanks, added a limit config option similiar to Waterfall. Please give latest Build a try

Column01 commented 2 years ago

Trying it out now, thanks for the speedy reply!

Column01 commented 2 years ago

Looks to be working as intended! Thanks so much :D